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>
|
||||
},
|
||||
"Payload": {
|
||||
@@ -21,12 +21,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>
|
||||
"ID": "${stock.physical_depot_code}-${idSnapshot}",
|
||||
"MessageNb": ${sum_elt}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user