From 21516ad8159b0fd256c30f5fcb3d0d764e2f2c3b Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Fri, 12 Dec 2025 16:57:47 +0100 Subject: [PATCH] RDV --- RPtoRFX_AppointmentEvent.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RPtoRFX_AppointmentEvent.ftl b/RPtoRFX_AppointmentEvent.ftl index 9be7b06..cdcbf34 100644 --- a/RPtoRFX_AppointmentEvent.ftl +++ b/RPtoRFX_AppointmentEvent.ftl @@ -27,7 +27,7 @@ <#case "CommissionsUpdated"> <#assign appointment = eventRP.data /> [ - <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields??has_content> + <#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??has_content> + <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?has_content> { <#assign apiRestReflexID = ApiRestReflexID.appointment_put_update_by_number> "apiRestReflexID" : "${apiRestReflexID}",