updated copy on representation complete submit
This commit is contained in:
@@ -977,8 +977,9 @@ let MakeRepresentation = (props) => {
|
||||
generateRepPDF(
|
||||
values,
|
||||
props.props.accountDetails.containerID,
|
||||
currentView.caseReference.currentReference
|
||||
props.currentView.caseReference.currentReference
|
||||
).then((data) => {
|
||||
console.log(data, "");
|
||||
if (data.status === "success") {
|
||||
values = updateLinks(values);
|
||||
uploadRepresentationFiles(values);
|
||||
|
||||
Reference in New Issue
Block a user