SCPN1-10402

This commit is contained in:
2026-04-03 14:30:18 +02:00
parent 20437cace5
commit 4e3162556c
3 changed files with 9 additions and 3 deletions

View File

@@ -118,8 +118,12 @@
"ProjectID" : "${projectRP}"
}]
},
<#else>
<#if appointmentType == AppointmentType.APPOINTMENT_TYPE_UNLOADING>
"Unloading" :
<#else>
"Loading" :
</#if>
{
"Projects" : [{
"Commissions": [{
@@ -128,7 +132,7 @@
"PartnerAppID": "${partnerApplicationRP}",
"OrganisationID": "${organisationRP}"
}],
"ProjectID" : "${projectRP}:${RFXtoRPprefixDepot(carrier_apt.physical_depot?json_string)}"
"ProjectID" : "${projectRP}"
}]
},
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true">

View File

@@ -114,6 +114,7 @@
"ProjectID" : "${projectRP}"
}]
},
"Reason": "",
<#else>
<#if carrier_apt.unloading_appointment == "true" && carrier_apt.load_appointment == "true">
"Reason": "UNLOADING AND LOADING / ${carrier_apt.appointment_designation?json_string}",

View File

@@ -51,6 +51,7 @@
}
<#sep>,</#sep>
</#list>
<#sep>,</#sep>
</#list>
],
<#else>