You've already forked reflex-wms-connector
modifs
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ActorID": "${stock.physical_depot_code}",
|
||||
<#else>
|
||||
"ActorID": "${depot}${stock.physical_depot_code}",
|
||||
"ActorID": "${prefixdepot}${stock.physical_depot_code}",
|
||||
</#if>
|
||||
|
||||
<#assign generation_date = RfxDateTimetoUTC(stock.generation_date,time_zone_offset_rfx) />
|
||||
@@ -20,11 +20,7 @@
|
||||
"DateTime": "${generation_date}",
|
||||
"AuthorTimeZone": "${time_zone_rfx}"
|
||||
},
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ID": "${stock.physical_depot_code}-${idSnapshot}",
|
||||
<#else>
|
||||
"ID": "${depot}${stock.physical_depot_code}-${idSnapshot}",
|
||||
</#if>
|
||||
"Quantity":
|
||||
{
|
||||
"Value" : "${stock.quantity_in_base_lvs!"0"}",
|
||||
|
||||
Reference in New Issue
Block a user