mise en forme

This commit is contained in:
2023-09-04 16:41:21 +02:00
parent 353f8a8ee2
commit a7055b1a1e
66 changed files with 1667 additions and 1667 deletions

View File

@@ -2,23 +2,23 @@
<#-- use protobuf of class HfDtlStockLs to find Reflex WMS fields names -->
<#--"SegmentationKeys": [
{
"Key": "BatchNumber",
<#if stock.batch_1 == "">
"Value": { "String" : "no batch"}
{
"Key": "BatchNumber",
<#if stock.batch_1 == "">
"Value": { "String" : "no batch"}
<#else>
"Value": { "String" : "${stock.batch_1}"}
</#if>
},
{
"Key": "Grade",
"Value": { "String" : "${SegmentationKeys_KV[stock.grade_code]!Default_Value_Grade_SegmentationKey}"}
},
{
"Key": "Owner",
"Value": { "String" : "${stock.owner_code}"}
}
],
</#if>
},
{
"Key": "Grade",
"Value": { "String" : "${SegmentationKeys_KV[stock.grade_code]!Default_Value_Grade_SegmentationKey}"}
},
{
"Key": "Owner",
"Value": { "String" : "${stock.owner_code}"}
}
],
-->
"SegmentationKeys": [ ]
"SegmentationKeys": [ ]