added in capacity details to pdf
This commit is contained in:
@@ -204,6 +204,7 @@ let MakeRepresentation = (props) => {
|
||||
caseReference={caseReference}
|
||||
/>;
|
||||
break;
|
||||
case "appellant":
|
||||
case t(
|
||||
"myrepresentations:capacity-options-arr-appellant"
|
||||
).toLocaleLowerCase():
|
||||
@@ -248,6 +249,7 @@ let MakeRepresentation = (props) => {
|
||||
/>
|
||||
);
|
||||
break;
|
||||
case "agent":
|
||||
case t(
|
||||
"myrepresentations:capacity-options-arr-agent"
|
||||
).toLowerCase():
|
||||
@@ -519,6 +521,11 @@ let MakeRepresentation = (props) => {
|
||||
"incidentID": props.props.currentView.caseReference.incidentid,
|
||||
"caseRef":
|
||||
props.props.currentView.caseReference.currentReference,
|
||||
"pinswg_questionnaireduedate":
|
||||
detailsObj.pinswg_questionnaireduedate,
|
||||
"pinswg_statementduedate": detailsObj.pinswg_statementduedate,
|
||||
"pinswg_finalcommentsduedate":
|
||||
detailsObj.pinswg_finalcommentsduedate,
|
||||
"pinswg_name":
|
||||
props.props.currentView.caseReference.currentReference,
|
||||
"firstname":
|
||||
|
||||
Reference in New Issue
Block a user