fix on NAN docuemnt and translations typo
This commit is contained in:
@@ -1801,7 +1801,7 @@ const RenderFileUpload = (field) => {
|
||||
return pdfFileNameDateStamp + "_-_LPA's_Registration_Letter";
|
||||
break;
|
||||
case "000012":
|
||||
return pdfFileNameDateStamp + +"_-_Environmental_Statement";
|
||||
return pdfFileNameDateStamp + "_-_Environmental_Statement";
|
||||
break;
|
||||
case "000013":
|
||||
return pdfFileNameDateStamp + "_-_Cost_of_Application";
|
||||
|
||||
@@ -41,9 +41,9 @@ ApiProxy.get(async (req, res) => {
|
||||
tempCaseRef
|
||||
);
|
||||
|
||||
// Object.assign(blobProgress, {
|
||||
// "appealComplete": tempCaseRef,
|
||||
// });
|
||||
Object.assign(blobProgress, {
|
||||
"appealComplete": tempCaseRef,
|
||||
});
|
||||
|
||||
delete blobProgress["pinswg_name"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user