From 04dca8bc7ccfbdece66aad8c4556a09ed04aa5dc Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Thu, 18 Jun 2026 17:29:12 +0200 Subject: [PATCH] SCPN1-10882 --- RPtoRFX_CarrierAppointmentCreated.ftl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RPtoRFX_CarrierAppointmentCreated.ftl b/RPtoRFX_CarrierAppointmentCreated.ftl index b1a4c5c..57d2a41 100644 --- a/RPtoRFX_CarrierAppointmentCreated.ftl +++ b/RPtoRFX_CarrierAppointmentCreated.ftl @@ -61,7 +61,9 @@ "activity": "${custom.value.activity_code?json_string}", "originator_code": "${custom.value.originator_code?json_string}", "anticipated_receipt_reference": "${custom.value.anticipated_receipt_reference?json_string}", + <#if custom.value.planned_receipt_datetime?? && custom.value.planned_receipt_datetime!=""> "planned_receipt_date": "${custom.value.planned_receipt_datetime?json_string}", + "anticipated_receipt_year": "${custom.value.anticipated_receipt_year?json_string}", "anticipated_receipt_number": "${custom.value.anticipated_receipt_number?json_string}" }