From 2e68e1e839b34de1ea79f61c774edc22a3e3c381 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Fri, 6 Jun 2025 17:11:50 +0200 Subject: [PATCH] SCPN1-8863 --- RFXtoRP_HsrPro_ExecutionflowDetected.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFXtoRP_HsrPro_ExecutionflowDetected.ftl b/RFXtoRP_HsrPro_ExecutionflowDetected.ftl index 7a70d5d..3d7be5f 100644 --- a/RFXtoRP_HsrPro_ExecutionflowDetected.ftl +++ b/RFXtoRP_HsrPro_ExecutionflowDetected.ftl @@ -72,7 +72,7 @@ }, <#if preparation_order.originator_reference?? && preparation_order.originator_reference!=""> - "OrderID": "${preparation_order.physical_depot_code?trim?json_string}${preparation_order.activity_code?trim?json_string}${preparation_order.originator_code?trim?json_string}${preparation_order.originator_reference?trim?json_string}", + "OrderID": "${preparation_order.originator_reference?trim?json_string}", <#else> "OrderID": "${preparation_order.physical_depot_code?trim?json_string}${preparation_order.activity_code?trim?json_string}${preparation_order.originator_code?trim?json_string}${preparation_order.preparation_order_year}${preparation_order.preparation_order_number}",