From 0b71455e6f42f1155466726de817f24b2ca6a016 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Tue, 2 Jan 2024 10:34:43 +0100 Subject: [PATCH] Modifs 0201241034 --- RFXtoRP_HsrPrepa_GoodsPrepared.ftl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/RFXtoRP_HsrPrepa_GoodsPrepared.ftl b/RFXtoRP_HsrPrepa_GoodsPrepared.ftl index 926bc9b..7070611 100644 --- a/RFXtoRP_HsrPrepa_GoodsPrepared.ftl +++ b/RFXtoRP_HsrPrepa_GoodsPrepared.ftl @@ -78,6 +78,25 @@ "LVID": "${quantity_in_base_lv_RP_Cst}", "Value": ${despatched_ipg.quantity_lvs} } + + <#if preparation_line.despatched_cartons_list?? > + , + "Information": { + "ContainerType": "${preparation_line.despatched_cartons_list.carton_type_code}", + "Length": { + "Unit": "${length_unit_rfx}", + "Value": "${preparation_line.despatched_cartons_list.overall_depth}" + }, + "Weight": { + "Unit": "${weight_unit_rfx}", + "Value": "${preparation_line.despatched_cartons_list.carton_gross_weight}" + }, + "Width": { + "Unit": "${length_unit_rfx}", + "Value": "${preparation_line.despatched_cartons_list.overall_width}" + } + } + } ] }