You've already forked reflex-wms-connector
mise en forme
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
<#-- use protobuf of class HsaIpgMove to find Reflex WMS fields names -->
|
||||
|
||||
<#--"SegmentationKeys":
|
||||
[
|
||||
{
|
||||
"Key": "Grade",
|
||||
"Value": {"String": "${reflexMvtStockInterface.grade_code}"}
|
||||
},
|
||||
{
|
||||
"Key": "Owner",
|
||||
"Value": {"String": "${reflexMvtStockInterface.owner_code}"}
|
||||
},
|
||||
{
|
||||
"Key": "BatchNumber",
|
||||
<#if reflexMvtStockInterface.batch_1 == "">
|
||||
"Value": { "String" : "no batch"}
|
||||
[
|
||||
{
|
||||
"Key": "Grade",
|
||||
"Value": {"String": "${reflexMvtStockInterface.grade_code}"}
|
||||
},
|
||||
{
|
||||
"Key": "Owner",
|
||||
"Value": {"String": "${reflexMvtStockInterface.owner_code}"}
|
||||
},
|
||||
{
|
||||
"Key": "BatchNumber",
|
||||
<#if reflexMvtStockInterface.batch_1 == "">
|
||||
"Value": { "String" : "no batch"}
|
||||
<#else>
|
||||
"Value": { "String" : "${reflexMvtStockInterface.batch_1}"}
|
||||
</#if>
|
||||
}
|
||||
],
|
||||
</#if>
|
||||
}
|
||||
],
|
||||
|
||||
-->
|
||||
"SegmentationKeys": [ ]
|
||||
"SegmentationKeys": [ ]
|
||||
Reference in New Issue
Block a user