json_string order

(cherry picked from commit 39b1359e8d)
This commit is contained in:
2025-10-22 14:28:22 +02:00
committed by Francis Reat
parent 05c3d17a03
commit d3fa6876e7
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}",