From 74c368c2ee3867df479b990bd4f42340a278a965 Mon Sep 17 00:00:00 2001 From: frea Date: Tue, 5 Sep 2023 11:30:00 +0200 Subject: [PATCH] Ajout de la boucle sur transportstarted --- RFXtoRP_HsrPrepa_TransportStarted.ftl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RFXtoRP_HsrPrepa_TransportStarted.ftl b/RFXtoRP_HsrPrepa_TransportStarted.ftl index affaa18..ca326ef 100644 --- a/RFXtoRP_HsrPrepa_TransportStarted.ftl +++ b/RFXtoRP_HsrPrepa_TransportStarted.ftl @@ -2,6 +2,7 @@ <#include "ReflexUtils.ftl"> <#assign preparation_status_datetime = preparationOrder.stock_despatch_at_preparation_datetime?datetime(rfx_date_format_default)?iso_utc /> [ + <#list preparationOrder.preparation_line_lst?filter(l ->l.despatched_ipg_list??) as preparation_line> { "Header": { "ProjectID": "${projectRP}" @@ -17,5 +18,7 @@ "Payload": {} } + <#sep>, + ] -<#-- ajouter une boucle sur tous les ODP de la prepa - --> +