Modif RPtoRFX

This commit is contained in:
Laurie MONTANT 2025-08-05 13:54:38 +02:00
parent 06bd2c2520
commit 544cecb4f2
3 changed files with 6 additions and 20 deletions

View File

@ -105,14 +105,6 @@
"batch_1": "${batch_1?json_string}", "batch_1": "${batch_1?json_string}",
"base_lv_quantity": "true", "base_lv_quantity": "true",
"any_lv": "false" "any_lv": "false"
<#--
"stock_reservation": "false",
"forced_priority_date_min_lead_time": "false",
"temp_substitution_possible": "false",
"substitution_possible": "false"
-->
} }
<#sep>,</#sep> <#sep>,</#sep>
</#list> </#list>

View File

@ -55,17 +55,7 @@
"level_1_quantity": ${line.RequestedMetrics.QuantityInBaseLV.Value!0}, "level_1_quantity": ${line.RequestedMetrics.QuantityInBaseLV.Value!0},
"owner_code": "${owner_code}", "owner_code": "${owner_code}",
"grade_code": "${grade_code}", "grade_code": "${grade_code}",
"batch_1": "${batch_1?json_string!""}", "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"
} -->
}<#sep>,</#sep> }<#sep>,</#sep>
</#list> </#list>
] ]

View File

@ -14,4 +14,8 @@
} }
] ]
</#if>, </#if>,
--> -->
"optional_attributes": {
"hold_for_specific_code": "false"
},