From 503481e41048f99ba54cf36824782b7b88e3c22d Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Fri, 12 Dec 2025 14:57:08 +0100 Subject: [PATCH] RDV --- RPtoRFX_CarrierAppointmentCanceledByNumberftl | 4 ++-- ...X_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl | 4 ++-- RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RPtoRFX_CarrierAppointmentCanceledByNumberftl b/RPtoRFX_CarrierAppointmentCanceledByNumberftl index d663b92..47d1fa0 100644 --- a/RPtoRFX_CarrierAppointmentCanceledByNumberftl +++ b/RPtoRFX_CarrierAppointmentCanceledByNumberftl @@ -4,8 +4,8 @@ "method" : "PUT", "uri_substitutions": { "physical_depot_code": "${RPtoRFXprefixDepot(eventRP.actor)}", - "appointment_year":"${appointment.appointmentCustomFields.year?json_string}", - "appointment_number":"${appointment.appointmentCustomFields.number?json_string}" + "appointment_year":"${eventRP.appointmentCustomFields.year?json_string}", + "appointment_number":"${eventRP.appointmentCustomFields.number?json_string}" }, "payload" : { diff --git a/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl b/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl index 8c129e5..5692e04 100644 --- a/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl +++ b/RPtoRFX_CarrierAppointmentPhysicalReceiptAssociationByNumber.ftl @@ -4,8 +4,8 @@ "method" : "POST", "uri_substitutions": { "physical_depot_code": "${RPtoRFXprefixDepot(eventRP.actor)}", - "appointment_year":"${appointment.appointmentCustomFields.year?json_string}", - "appointment_number":"${appointment.appointmentCustomFields.number?json_string}" + "appointment_year":"${eventRP.appointmentCustomFields.year?json_string}", + "appointment_number":"${eventRP.appointmentCustomFields.number?json_string}" }, "payload" : { diff --git a/RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl b/RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl index dfcac35..adf66ad 100644 --- a/RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl +++ b/RPtoRFX_CarrierAppointmentSlotUpdatedByNumber.ftl @@ -4,8 +4,8 @@ "method" : "PUT", "uri_substitutions": { "physical_depot_code": "${RPtoRFXprefixDepot(eventRP.actor)}", - "appointment_year":"${appointment.appointmentCustomFields.year?json_string}", - "appointment_number":"${appointment.appointmentCustomFields.number?json_string}" + "appointment_year":"${eventRP.appointmentCustomFields.year?json_string}", + "appointment_number":"${eventRP.appointmentCustomFields.number?json_string}" }, "payload" : {