Skip to content

Commit 991d93f

Browse files
authored
Merge pull request #583 from bcgov/ccfri-prod-save-parent-fees
Ccfri prod save parent fees
2 parents a75db2d + 10a03f8 commit 991d93f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/components/application.js

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ async function upsertParentFees(req, res) {
197197
'ccof_frequency': feeGroup.feeFrequency,
198198
'[email protected]': childCareCategory,
199199
'[email protected]': programYear,
200+
'[email protected]': `/ccof_applicationccfris(${feeGroup.ccfriApplicationGuid})`,
200201
};
201202

202203
Object.assign(payload,

0 commit comments

Comments
 (0)