You've already forked reflex-wms-connector
SCPN1-10253
This commit is contained in:
@@ -112,15 +112,12 @@
|
||||
"ExecutionflowID": "R${carrier_apt.physical_depot?json_string}${physical_receipt.receipt_activity?json_string}${physical_receipt.originator_code?json_string}${physical_receipt.receipt_year?json_string}${physical_receipt.receipt_number?json_string}",
|
||||
"ProjectID": "${projectRP}",
|
||||
"PartnerAppID": "${partnerApplicationRP}",
|
||||
"OrganisationID": "${organisationRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
||||
"OrganisationID": "${organisationRP}"
|
||||
}<#sep>,</#sep>
|
||||
</#list>
|
||||
],
|
||||
"ProjectID" : "${projectRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_ProjectQuantities.ftl">
|
||||
}],
|
||||
<#include "RFXtoRP_HsrCarrierApt_TotalQuantities.ftl">
|
||||
"ProjectID" : "${projectRP}"
|
||||
}]
|
||||
},
|
||||
<#else>
|
||||
"Loading" :
|
||||
@@ -130,13 +127,10 @@
|
||||
"ActorID": "${RFXtoRPprefixDepot(carrier_apt.physical_depot?json_string)}",
|
||||
"ProjectID": "${projectRP}",
|
||||
"PartnerAppID": "${partnerApplicationRP}",
|
||||
"OrganisationID": "${organisationRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
||||
"OrganisationID": "${organisationRP}"
|
||||
}],
|
||||
"ProjectID" : "${projectRP}:${RFXtoRPprefixDepot(carrier_apt.physical_depot?json_string)}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_ProjectQuantities.ftl">
|
||||
}],
|
||||
<#include "RFXtoRP_HsrCarrierApt_TotalQuantities.ftl">
|
||||
"ProjectID" : "${projectRP}:${RFXtoRPprefixDepot(carrier_apt.physical_depot?json_string)}"
|
||||
}]
|
||||
},
|
||||
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true">
|
||||
"Reason": "UNLOADING AND LOADING / ${carrier_apt.appointment_designation?json_string}",
|
||||
|
||||
@@ -108,15 +108,12 @@
|
||||
"ExecutionflowID": "R${carrier_apt.physical_depot?json_string}${physical_receipt.receipt_activity?json_string}${physical_receipt.originator_code?json_string}${physical_receipt.receipt_year?json_string}${physical_receipt.receipt_number?json_string}",
|
||||
"ProjectID": "${projectRP}",
|
||||
"PartnerAppID": "${partnerApplicationRP}",
|
||||
"OrganisationID": "${organisationRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_Quantities.ftl">
|
||||
"OrganisationID": "${organisationRP}"
|
||||
}<#sep>,</#sep>
|
||||
</#list>
|
||||
],
|
||||
"ProjectID" : "${projectRP}",
|
||||
<#include "RFXtoRP_HsrCarrierApt_ProjectQuantities.ftl">
|
||||
}],
|
||||
<#include "RFXtoRP_HsrCarrierApt_TotalQuantities.ftl">
|
||||
"ProjectID" : "${projectRP}"
|
||||
}]
|
||||
},
|
||||
<#else>
|
||||
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true">
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
"ProjectQuantities": [
|
||||
|
||||
]
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
"Quantities": [
|
||||
|
||||
]
|
||||
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
"TotalQuantities": [
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user