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

@@ -50,7 +50,7 @@
{
<#include "RPtoRFX_Receipt_LineMetadata.ftl">
"receipt_reference_line_no": ${line.LineID?number},
"item_code": "${line.RequestedContent.Goods.ItemID!""}",
"item_code": "${line.RequestedContent.Goods.ItemID?json_string!""}",
"item_lv_code": "${line.RequestedContent.Goods.LVBranchID!""}",
"level_1_quantity": ${line.RequestedMetrics.QuantityInBaseLV.Value!0},
"owner_code": "${owner_code}",