Skip to content

Commit

Permalink
Merge pull request #1746 from bcgov/hotfix/ALCS-2026
Browse files Browse the repository at this point in the history
Create NOI mod cards on NOI board
  • Loading branch information
trslater authored Jun 6, 2024
2 parents 60cf5d2 + 5b52807 commit 484e81d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class CreateNoiModificationDialogComponent implements OnInit, OnDestroy {
regionCode: formValues.region!,
localGovernmentUuid: formValues.localGovernment!,
submittedDate: formValues.submittedDate!.valueOf(),
boardCode: 'ceo',
boardCode: 'noi',
modifiesDecisionUuids: formValues.modifiesDecisions!,
description: formValues.description!,
};
Expand Down

0 comments on commit 484e81d

Please sign in to comment.