From 7d0d4d55388c3ed331ddf53cc1f269f7c70719ae Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 23 Dec 2025 11:38:32 +0100 Subject: [PATCH] RDV --- RFXtoRP_HsrCarrierApt.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFXtoRP_HsrCarrierApt.ftl b/RFXtoRP_HsrCarrierApt.ftl index a5f1225..8583b6b 100644 --- a/RFXtoRP_HsrCarrierApt.ftl +++ b/RFXtoRP_HsrCarrierApt.ftl @@ -121,7 +121,7 @@ ] <#else> <#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"> + <#if (carrier_apt.unloading_appointment =="true" && carrier_apt.load_appointment =="false") || (carrier_apt.unloading_appointment =="false" && carrier_apt.load_appointment =="true")> [ { <#assign apiReflexPlatformID = ApiReflexPlatformID.SiteWMSUpdateAppointment>