From 5063703e56bccd88e87e2220b158af9aa48a6497 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 5 Aug 2025 16:43:20 +0200 Subject: [PATCH] Enlever un controle sur le D transfert --- RFXtoRP_HsrPro.ftl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RFXtoRP_HsrPro.ftl b/RFXtoRP_HsrPro.ftl index 168484f..7ddcb37 100644 --- a/RFXtoRP_HsrPro.ftl +++ b/RFXtoRP_HsrPro.ftl @@ -36,7 +36,7 @@ <#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) /> <#assign preparation_order = JsonUtil.jsonToMap(dataRfx)> [ - <#if preparation_order.preparation_type_code == "010" || (preparation_order.preparation_type_code == "030" && preparation_order.originator_reference?? && preparation_order.originator_reference!="")> + <#if preparation_order.preparation_type_code == "010" || preparation_order.preparation_type_code == "030" > { <#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowCancelled> "apiReflexPlatformID" : "${apiReflexPlatformID}",