From a4b2fb2eef583c5df06dafc4c9def25f90c5792c Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Fri, 12 Dec 2025 16:48:11 +0100 Subject: [PATCH] RDV --- RPtoRFX_AppointmentEvent.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RPtoRFX_AppointmentEvent.ftl b/RPtoRFX_AppointmentEvent.ftl index d44c62f..9be7b06 100644 --- a/RPtoRFX_AppointmentEvent.ftl +++ b/RPtoRFX_AppointmentEvent.ftl @@ -27,7 +27,7 @@ <#case "CommissionsUpdated"> <#assign appointment = eventRP.data /> [ - <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0> + <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields??has_content> { <#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_associations_by_number> "apiRestReflexID" : "${apiRestReflexID}", @@ -48,7 +48,7 @@ <#case "SlotUpdated"> <#assign appointment = eventRP.data /> [ - <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0> + <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields??has_content> { <#assign apiRestReflexID = ApiRestReflexID.appointment_put_update_by_number> "apiRestReflexID" : "${apiRestReflexID}", @@ -69,7 +69,7 @@ <#case "Canceled"> <#assign appointment = eventRP.data /> [ - <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0> + <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?has_content> { <#assign apiRestReflexID = ApiRestReflexID.status_appointment_put_update_by_number> "apiRestReflexID" : "${apiRestReflexID}",