SCPN1-10402

(cherry picked from commit 4e3162556c)
This commit is contained in:
2026-04-03 14:30:18 +02:00
parent f30e7b94d3
commit 0795d36caa
3 changed files with 9 additions and 3 deletions

View File

@@ -121,7 +121,11 @@
}]
},
<#else>
"Loading" :
<#if appointmentType == AppointmentType.APPOINTMENT_TYPE_UNLOADING>
"Unloading" :
<#else>
"Loading" :
</#if>
{
"Projects" : [{
"Commissions": [{
@@ -130,7 +134,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">