From 7e2c22b4c977ff3ec86e030eb6ab991a4f702cb4 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Wed, 20 Dec 2023 11:36:00 +0100 Subject: [PATCH] Modifs 2012231135 --- RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl b/RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl index 0dcf2fb..fa89b95 100644 --- a/RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl +++ b/RFXtoRP_HsrPrepa_HandlingunitHUsAdded.ftl @@ -14,18 +14,18 @@ "IncludedHandlingunitIDs": [ <#list includeHU as hu> "${hu}"<#sep>], "Information": { - "ContainerType": "${preparation_line.despached_hds_list[0].hd_type_code}", + "ContainerType": "${preparation_line.despatched_hds_list[0].hd_type_code}", "Length": { "Unit": "${length_unit_rfx}", - "Value": ${preparation_line.despached_hds_list[0].hd_type_depth} + "Value": ${preparation_line.despatched_hds_list[0].hd_type_depth} }, "Weight": { "Unit": "${weight_unit_rfx}", - "Value": ${preparation_line.despached_hds_list[0].hd_type_weight} + "Value": ${preparation_line.despatched_hds_list[0].hd_type_weight} }, "Width": { "Unit": "${length_unit_rfx}", - "Value": ${preparation_line.despached_hds_list[0].hd_type_width} + "Value": ${preparation_line.despatched_hds_list[0].hd_type_width} } }