Merge branch 'Release-1.2-V14' into 'release/1.2'

Release-1.2-V14 into release/1.2

See merge request r-d-technique/tiers/reflex-wms-connector!289
This commit is contained in:
2026-07-02 08:42:02 +00:00
2 changed files with 6 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
"RefID": "${reflexMvtStockInterface.hd_number?trim?json_string}" "RefID": "${reflexMvtStockInterface.hd_number?trim?json_string}"
}, },
"Payload": { "Payload": {
"Reference":"${reflexMvtStockInterface.hd_number?trim?json_string}",
"ReceivedContents" :[ "ReceivedContents" :[
{ {
"DateTime": { "DateTime": {

View File

@@ -22,6 +22,11 @@
}, },
"Payload": { "Payload": {
<#if despatched_ipg.carton_number != "000000000000000000">
"Reference": "${despatched_ipg.carton_number}",
<#else>
"Reference": "${despatched_ipg.hd_number}",
</#if>
"Information" :{ "Information" :{
<#if despatched_ipg.carton_number != "000000000000000000"> <#if despatched_ipg.carton_number != "000000000000000000">
"ContainerType": "${despatched_ipg.carton_type_code?json_string}" "ContainerType": "${despatched_ipg.carton_type_code?json_string}"