Modif alignement champs techniques Reflex HsrPro 2011231657

This commit is contained in:
2023-11-20 16:57:25 +01:00
parent a354a01d32
commit 293a4fb65c
5 changed files with 36 additions and 36 deletions

View File

@@ -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>
}
]