19 lines
647 B
Java
19 lines
647 B
Java
<#-- use protobuf of class HsrReceiptList to find Reflex WMS fields names -->
|
|
|
|
<#--
|
|
"SegmentationKeys": [ {
|
|
"Key": "BatchNumber",
|
|
<#if line.batch_1 == "">
|
|
"Value": { "String" : "no batch"}
|
|
<#else>
|
|
"Value": { "String" : "${line.batch_1}"}
|
|
</#if>
|
|
},
|
|
{
|
|
"Key": "Grade",
|
|
"Value": { "String" : "${line.grade_code_to_prepare}
|
|
}
|
|
]
|
|
|
|
-->
|
|
"SegmentationKeys": [ ] |