Skip to content

Commit

Permalink
Merge pull request #583 from bcgov/ccfri-prod-save-parent-fees
Browse files Browse the repository at this point in the history
Ccfri prod save parent fees
  • Loading branch information
jenbeckett authored Nov 25, 2024
2 parents a75db2d + 10a03f8 commit 991d93f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/components/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ async function upsertParentFees(req, res) {
'ccof_frequency': feeGroup.feeFrequency,
'[email protected]': childCareCategory,
'[email protected]': programYear,
'[email protected]': `/ccof_applicationccfris(${feeGroup.ccfriApplicationGuid})`,
};

Object.assign(payload,
Expand Down

0 comments on commit 991d93f

Please sign in to comment.