json_string order

(cherry picked from commit d116ab3856)
This commit is contained in:
2025-10-22 14:29:37 +02:00
committed by Francis Reat
parent 18473a26a1
commit cc7da39c20
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@
{
<#include "RPtoRFX_PrepOrder_LineMetadata.ftl">
"originator_reference_line_number": ${line.LineID?number},
"item_code": "${line.RequestedContent.Goods.ItemID!""}",
"item_code": "${line.RequestedContent.Goods.ItemID?json_string!""}",
"item_lv_code": "${line.RequestedContent.Goods.LVBranchID!""}",
"base_lv_quantity_to_prepare": ${line.RequestedMetrics.QuantityInBaseLV.Value!0},
"owner_code_to_prepare" :"${owner_code_to_prepare}",