Skip to content

Commit

Permalink
Merge pull request #1816 from bcgov/hotfix/ALCS-2209
Browse files Browse the repository at this point in the history
Fix Application's Type Not Showing in Submitted to ALC Email
  • Loading branch information
Abradat authored Aug 26, 2024
2 parents 94a9fa5 + 81c4e5d commit e7d6d52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const template = `<mjml>
<mj-section background-color="white" padding="48px 0px 48px 0px">
<mj-column width="600px" css-class='line-height'>
<mj-text font-size='16px'>
Agricultural Land Commission <b>{{ applicationType }}</b> Application ID: <b>{{ fileNumber }} ({{ applicantName }})</b> has been reviewed by the <b>{{ governmentName }}</b> and submitted to the Agricultural Land Commission for further review.
Agricultural Land Commission <b>{{ childType }}</b> Application ID: <b>{{ fileNumber }} ({{ applicantName }})</b> has been reviewed by the <b>{{ governmentName }}</b> and submitted to the Agricultural Land Commission for further review.
</mj-text>
<mj-text font-size='16px'>
APPLICATION FEES - Payable to the Minister of Finance c/o the ALC
Expand Down

0 comments on commit e7d6d52

Please sign in to comment.