added ishare id and rep end date to 2359
This commit is contained in:
+13
-13
@@ -419,16 +419,16 @@ export const createRepPDFBlob = async (
|
||||
|
||||
let whichLocation =
|
||||
repName.indexOf("_IP_") > 0
|
||||
? "Interested Party Representations"
|
||||
? "846040005"
|
||||
: repName.indexOf("_Statement_") > 0
|
||||
? "Main Party Statements"
|
||||
? "846040002"
|
||||
: repName.indexOf("_Questionnaire_") > 0
|
||||
? "Main Party Questionnaire"
|
||||
? "846040001"
|
||||
: repName.indexOf("_Comments") > 0
|
||||
? "Main Party Comments"
|
||||
? "846040003"
|
||||
: repName.indexOf("_Impact") > 0
|
||||
? "Main Party Comments"
|
||||
: "default";
|
||||
? "846040001"
|
||||
: "846040002";
|
||||
|
||||
const tags = {
|
||||
containerid: containerName,
|
||||
@@ -552,18 +552,18 @@ export const uploadFile = async (formContent, containerName, foldername) => {
|
||||
files[prop][0].fieldName.indexOf(
|
||||
"_-_S106_Agreement_or_Unilateral_Undertaking" > 0
|
||||
)
|
||||
? "Main Party Submission"
|
||||
? "846040000"
|
||||
: files[prop][0].fieldName.indexOf("_IP_") > 0
|
||||
? "Interested Party Representations"
|
||||
? "846040005"
|
||||
: files[prop][0].fieldName.indexOf("_Statement_") > 0
|
||||
? "Main Party Statements"
|
||||
? "846040002"
|
||||
: files[prop][0].fieldName.indexOf("_Questionnaire_") > 0
|
||||
? "Main Party Questionnaire"
|
||||
? "846040001"
|
||||
: files[prop][0].fieldName.indexOf("_Comments_") > 0
|
||||
? "Main Party Comments"
|
||||
? "846040003"
|
||||
: files[prop][0].fieldName.indexOf("_Impact_") > 0
|
||||
? "Main Party Comments"
|
||||
: "default";
|
||||
? "846040001"
|
||||
: "846040000";
|
||||
|
||||
const tags = {
|
||||
containerid: containerName,
|
||||
|
||||
Reference in New Issue
Block a user