modification "lineSK" to "SK"

This commit is contained in:
2023-10-06 16:39:27 +02:00
parent 83c522383f
commit 71c2512cbb
4 changed files with 66 additions and 66 deletions

View File

@@ -0,0 +1,23 @@
<#-- use protobuf of class HsrPro to find Reflex WMS fields names -->
<#--
"SegmentationKeys": [
{
"Key": "Grade",
"Value": { "String" : "${line.grade_code_to_prepare}"}
},
{
"Key": "Owner",
"Value": { "String" : "${line.owner_code_to_prepare}"}
},
{
"Key": "BatchNumber",
<#if reflexMvtStockInterface.batch_1 == "">
"Value": { "String" : "no batch"}
<#else>
"Value": { "String" : "${line.batch_1}"}
</#if>
}
]
-->
"SegmentationKeys": [ ]