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} } }