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

View File

@ -120,7 +120,8 @@
} }
] ]
<#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> <#assign apiReflexPlatformID = ApiReflexPlatformID.SiteWMSUpdateAppointment>
@ -146,6 +147,7 @@
</#if> </#if>
</#if> </#if>
</#if> </#if>
</#if>
] ]
<#break> <#break>
<#case "D"> <#case "D">