Skip to content

Commit

Permalink
Update NARU PDF template with TFWH fields
Browse files Browse the repository at this point in the history
  • Loading branch information
trslater committed Sep 27, 2024
1 parent cbcd944 commit 421edc5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ export class GenerateSubmissionDocumentService {
),
naruResidenceNecessity: submission.naruResidenceNecessity,
tfwhCount: submission.tfwhCount,
tfwhDesign: submission.tfwhDesign,
tfwhDesign: formatBooleanToYesNoString(submission.tfwhDesign),
tfwhFarmSize: submission.tfwhFarmSize,
naruClustered: submission.naruClustered,
naruSetback: submission.naruSetback,
Expand Down
Binary file modified services/templates/pdf/submissions/naru-submission-template.docx
Binary file not shown.

0 comments on commit 421edc5

Please sign in to comment.