Modif RPtoRFX_Receipt

This commit is contained in:
Laurie MONTANT 2025-08-07 09:46:44 +02:00
parent 8863cd66a7
commit 499a16796a
2 changed files with 6 additions and 12 deletions

View File

@ -55,17 +55,7 @@
"level_1_quantity": ${line.RequestedMetrics.QuantityInBaseLV.Value!0},
"owner_code": "${owner_code}",
"grade_code": "${grade_code}",
"batch_1": "${batch_1?json_string!""}",
"optional_attributes": {
<#--"held_for_check": "false",
"hold_code": "false", -->
"hold_for_specific_code": "false"
}
<#--"quality_control_attributes": {
"qcf_to_create_for_receipt_line": "false",
"exclude_item_from_inspection": "false"
} -->
"batch_1": "${batch_1?json_string!""}"
}<#sep>,</#sep>
</#list>
]

View File

@ -15,3 +15,7 @@
]
</#if>,
-->
"optional_attributes": {
"hold_for_specific_code": "false"
},