Modif 2011231720 HsrPro

This commit is contained in:
2023-11-20 17:20:54 +01:00
parent 293a4fb65c
commit 0485a637af
2 changed files with 13 additions and 13 deletions

View File

@@ -4,18 +4,18 @@
"SegmentationKeys": [
{
"Key": "Grade",
"Value": { "String" : "${preparation_order_line_list.grade_code_to_prepare}"}
"Value": { "String" : "${preparation_order_line.grade_code_to_prepare}"}
},
{
"Key": "Owner",
"Value": { "String" : "${preparation_order_line_list.owner_code_to_prepare}"}
"Value": { "String" : "${preparation_order_line.owner_code_to_prepare}"}
},
{
"Key": "BatchNumber",
<#if reflexMvtStockInterface.batch_1 == "">
"Value": { "String" : "no batch"}
<#else>
"Value": { "String" : "${preparation_order_line_list.batch_1}"}
"Value": { "String" : "${preparation_order_line.batch_1}"}
</#if>
}
]