finalised new appeal pdf to show selected dropdowns
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user