Merged PR 1315: fix on NAN docuemnt and translations typo

fix on NAN docuemnt and translations typo

Related work items: #10607
This commit is contained in:
Robert Bond
2024-11-29 20:17:33 +00:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1801,7 +1801,7 @@ const RenderFileUpload = (field) => {
return pdfFileNameDateStamp + "_-_LPA's_Registration_Letter"; return pdfFileNameDateStamp + "_-_LPA's_Registration_Letter";
break; break;
case "000012": case "000012":
return pdfFileNameDateStamp + +"_-_Environmental_Statement"; return pdfFileNameDateStamp + "_-_Environmental_Statement";
break; break;
case "000013": case "000013":
return pdfFileNameDateStamp + "_-_Cost_of_Application"; return pdfFileNameDateStamp + "_-_Cost_of_Application";
@@ -41,9 +41,9 @@ ApiProxy.get(async (req, res) => {
tempCaseRef tempCaseRef
); );
// Object.assign(blobProgress, { Object.assign(blobProgress, {
// "appealComplete": tempCaseRef, "appealComplete": tempCaseRef,
// }); });
delete blobProgress["pinswg_name"]; delete blobProgress["pinswg_name"];