You've already forked reflex-wms-connector
modifs trim json
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
},
|
||||
"Payload": {
|
||||
"Goods": {
|
||||
"ItemID": "${reflexMvtStockInterface.item_code?json_string}",
|
||||
"ItemID": "${reflexMvtStockInterface.item_code?trim?json_string}",
|
||||
"PriorityDate": "${ipg_priority_datetime}",
|
||||
|
||||
<#-- Segmentation keys inclusions -->
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
"LVBranchID": "${reflexMvtStockInterface.lv_code?json_string}"
|
||||
},
|
||||
"ActorID": "${reflexMvtStockInterface.physical_depot_code?json_string}",
|
||||
"ActorID": "${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
|
||||
"Movement": {
|
||||
|
||||
"DateTime": {
|
||||
|
||||
Reference in New Issue
Block a user