You've already forked reflex-wms-connector
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85bfe55af7 | |||
| 730750b898 | |||
| d85abf8235 |
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user