You've already forked reflex-wms-connector
modifs
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
}>
|
||||
<#assign generation_date = RfxDateTimetoUTC(reflexMvtStockInterface.ipg_move_creation_datetime,time_zone_offset_rfx) />
|
||||
<#assign ipg_priority_datetime = reflexMvtStockInterface.ipg_priority_date?datetime(rfx_date_format_default)?iso_utc />
|
||||
|
||||
[
|
||||
{
|
||||
"Header": {
|
||||
@@ -46,7 +45,7 @@
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ActorID": "${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
|
||||
<#else>
|
||||
"ActorID": "${depot}${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
|
||||
"ActorID": "${prefixdepot}${reflexMvtStockInterface.physical_depot_code?trim?json_string}",
|
||||
</#if>
|
||||
"Movement": {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user