You've already forked reflex-wms-connector
Modif alignement champs techniques Reflex HsrPro 2011231657
This commit is contained in:
@@ -4,18 +4,18 @@
|
||||
"SegmentationKeys": [
|
||||
{
|
||||
"Key": "Grade",
|
||||
"Value": { "String" : "${line.grade_code_to_prepare}"}
|
||||
"Value": { "String" : "${preparation_order_line_list.grade_code_to_prepare}"}
|
||||
},
|
||||
{
|
||||
"Key": "Owner",
|
||||
"Value": { "String" : "${line.owner_code_to_prepare}"}
|
||||
"Value": { "String" : "${preparation_order_line_list.owner_code_to_prepare}"}
|
||||
},
|
||||
{
|
||||
"Key": "BatchNumber",
|
||||
<#if reflexMvtStockInterface.batch_1 == "">
|
||||
"Value": { "String" : "no batch"}
|
||||
<#else>
|
||||
"Value": { "String" : "${line.batch_1}"}
|
||||
"Value": { "String" : "${preparation_order_line_list.batch_1}"}
|
||||
</#if>
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user