From 85e1dfd7d38898f926d8611b0eda8c2d9158c2ab Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Fri, 12 Dec 2025 15:15:21 +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 dae78de..d44c62f 100644 --- a/RPtoRFX_AppointmentEvent.ftl +++ b/RPtoRFX_AppointmentEvent.ftl @@ -71,14 +71,14 @@ [ <#if eventRP.appointmentCustomFields?? && eventRP.appointmentCustomFields?size!=0> { - <#assign apiRestReflexID = ApiRestReflexID.appointment_put_status_by_number> + <#assign apiRestReflexID = ApiRestReflexID.status_appointment_put_update_by_number> "apiRestReflexID" : "${apiRestReflexID}", "datas" : <#include "RPtoRFX_CarrierAppointmentCanceledByNumber.ftl"> } <#else> { - <#assign apiRestReflexID = ApiRestReflexID.appointment_put_status_by_ref> + <#assign apiRestReflexID = ApiRestReflexID.status_appointment_put_update_by_ref> "apiRestReflexID" : "${apiRestReflexID}", "datas" : <#include "RPtoRFX_CarrierAppointmentCanceledByRef.ftl">