This commit is contained in:
Laurie MONTANT 2025-12-23 11:31:35 +01:00
parent 6e4cc5549a
commit 481bbcb1af

View File

@ -120,24 +120,26 @@
} }
] ]
<#else> <#else>
<#if carrier_apt.physical_receipt_list?? && (carrier_apt.physical_receipt_list?filter(l ->l??)?size != 0) && (carrier_apt.unloading_appointment !="true" && carrier_apt.load_appointment !="true")> <#if carrier_apt.physical_receipt_list?? && (carrier_apt.physical_receipt_list?filter(l ->l??)?size != 0) >
[ <#if carrier_apt.unloading_appointment !="true" && carrier_apt.load_appointment !="true">
{ [
<#assign apiReflexPlatformID = ApiReflexPlatformID.SiteWMSUpdateAppointment> {
"apiReflexPlatformID" : "${apiReflexPlatformID}", <#assign apiReflexPlatformID = ApiReflexPlatformID.SiteWMSUpdateAppointment>
"datas" : "apiReflexPlatformID" : "${apiReflexPlatformID}",
<#include "RFXtoRP_HsrCarrierApt_UpdateAppointment.ftl"> "datas" :
} <#include "RFXtoRP_HsrCarrierApt_UpdateAppointment.ftl">
] }
<#else> ]
[ <#else>
{ [
<#assign apiReflexPlatformID = ApiReflexPlatformID.SiteForceRescheduleAppointment> {
"apiReflexPlatformID" : "${apiReflexPlatformID}", <#assign apiReflexPlatformID = ApiReflexPlatformID.SiteForceRescheduleAppointment>
"datas" : "apiReflexPlatformID" : "${apiReflexPlatformID}",
<#include "RFXtoRP_HsrCarrierApt_UpdateSlotAppointment.ftl"> "datas" :
} <#include "RFXtoRP_HsrCarrierApt_UpdateSlotAppointment.ftl">
] }
]
</#if>
</#if> </#if>
</#if> </#if>
</#if> </#if>