This commit is contained in:
2024-09-17 11:46:24 +02:00
parent c05a4653ba
commit 09ec0e4509
19 changed files with 24 additions and 36 deletions

View File

@@ -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"}",