Correction priority date

(cherry picked from commit e41309e74488f41991896cced6f285904dce6f7a)
This commit is contained in:
Laurie MONTANT 2024-11-19 11:17:59 +01:00 committed by frea
parent 46a9a82e12
commit d85abf8235

View File

@ -20,7 +20,7 @@
"Goods": {
"ItemID": "${reflexMvtStockInterface.item_code?trim?json_string}",
"LVBranchID": "${reflexMvtStockInterface.lv_code?json_string}",
<#if (priority_date!="") && (priority_date?starts_with("00")== false) >
<#if (reflexMvtStockInterface.ipg_priority_date!="") && (reflexMvtStockInterface.ipg_priority_date?starts_with("00")== false) >
"PriorityDate": "${priority_date}",
<#else>
"PriorityDate": "1970-01-01T00:00:00Z",