From 4534155f2e63ddf654b3379ef2bb62352590c770 Mon Sep 17 00:00:00 2001 From: Laurie Montant Date: Mon, 13 May 2024 16:00:46 +0200 Subject: [PATCH 1/2] modifs HUGP (cherry picked from commit b3da874dd390786e59025c040843f2f5c06cd772) --- RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl b/RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl index df6cf3b..1fcc404 100644 --- a/RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl +++ b/RFXtoRP_HsrPrepa_HandlingunitGoodsPrepared.ftl @@ -24,7 +24,7 @@ <#if despatched_ipg.carton_number != "000000000000000000"> "ContainerType": "${despatched_ipg.carton_type_code}" <#if preparation_line.despatched_cartons_list?? > - <#list preparation_line.despatched_cartons_list?filter(l ->l.carton_number==despatched_ipg.carton_number) as dimensionCarton> + <#list preparation_line.despatched_cartons_list?filter(l -> l?? && l.carton_number==despatched_ipg.carton_number) as dimensionCarton> , "Length": { "Unit": "${length_unit_rfx}", @@ -47,7 +47,7 @@ <#else> "ContainerType": "${despatched_ipg.hd_type_code?json_string}" <#if preparation_line.despatched_hds_list??> - <#list preparation_line.despatched_hds_list?filter(j ->j.handling_device_number==despatched_ipg.hd_number) as dimensionHU> + <#list preparation_line.despatched_hds_list?filter(j -> j?? && j.handling_device_number==despatched_ipg.hd_number) as dimensionHU> , "Length": { "Unit": "${length_unit_rfx}", From f62ccadba596a2a9eecd975d022a39e5a55cd11e Mon Sep 17 00:00:00 2001 From: freat Date: Mon, 13 May 2024 17:07:22 +0200 Subject: [PATCH 2/2] Release 1.2.16+2 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index b871264..1dc5306 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.16+1 +1.2.16+2