finalised new appeal pdf to show selected dropdowns

This commit is contained in:
2024-01-19 11:57:14 +00:00
parent 2f7790e66a
commit 01f768c624
7 changed files with 138 additions and 72 deletions
+3 -1
View File
@@ -173,6 +173,7 @@ let BuildSection = (props) => {
values,
props.props.accountDetails.containerID,
props.appealType.caseReference.ticketnumber,
props.appealType,
"\n////////////////////////\n"
);
@@ -186,7 +187,8 @@ let BuildSection = (props) => {
generateAppealPDF(
pdfObj,
props.props.accountDetails.containerID,
props.appealType.caseReference.ticketnumber
props.appealType.caseReference.ticketnumber,
router.query.appealtypes
),
props.setNewAppealProgress(
getProgressObj(formXML, titleList, mandatoryFieldsData, props)