rep defect 121,122,123,124

This commit is contained in:
2025-01-03 17:27:08 +00:00
parent 1502880b6d
commit b213fdc27a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -695,7 +695,7 @@ export const uploadSingleFile = async (
0 ||
files[prop][0].fieldName.indexOf("_-_LPA's_Registration_Letter") >
0 ||
files[prop][0].fieldName.indexOf(+"_-_Environmental_Statement") >
files[prop][0].fieldName.indexOf("_-_Environmental_Statement") >
0 ||
files[prop][0].fieldName.indexOf("_-_Cost_of_Application") > 0 ||
files[prop][0].fieldName.indexOf("_-_Other_Relevant_Material") >
+2 -2
View File
@@ -531,8 +531,8 @@ export const getDocumentTypeFromFilename = (filename) => {
else if (filename.indexOf("_-_LPA_Original_Permission") > 0)
doctypeCode = "000010";
else if (filename.indexOf("_-_LPA's_Registration_Letter") > 0)
doctypeCode = "000010";
else if (filename.indexOf(+"_-_Environmental_Statement") > 0)
doctypeCode = "000011";
else if (filename.indexOf("_-_Environmental_Statement") > 0)
doctypeCode = "000012";
else if (filename.indexOf("_-_Cost_of_Application") > 0)
doctypeCode = "000013";