From 27f2e18f0fd6e6cb6398d880bd98633ab85b553d Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Wed, 20 Dec 2023 11:22:03 +0100 Subject: [PATCH] Modifs 2012231122 --- RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl b/RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl index b953a5b..0dcf2fb 100644 --- a/RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl +++ b/RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl @@ -12,20 +12,20 @@ "Payload": { - "IncludedHandlingunitIDs": ${includeHU}, + "IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>], "Information": { - "ContainerType": "${preparation_line.despached_hds-list[0].hd_type_code}", + "ContainerType": "${preparation_line.despached_hds_list[0].hd_type_code}", "Length": { "Unit": "${length_unit_rfx}", - "Value": ${preparation_line.despached_hds-list[0].hd_type_depth} + "Value": ${preparation_line.despached_hds_list[0].hd_type_depth} }, "Weight": { "Unit": "${weight_unit_rfx}", - "Value": ${preparation_line.despached_hds-list[0].hd_type_weight} + "Value": ${preparation_line.despached_hds_list[0].hd_type_weight} }, "Width": { "Unit": "${length_unit_rfx}", - "Value": ${preparation_line.despached_hds-list[0].hd_type_width} + "Value": ${preparation_line.despached_hds_list[0].hd_type_width} } }