Merge branch 'release/1.2' into 'main-1.2'
Release/1.2 -> Main-1.2 See merge request r-d-technique/tiers/reflex-wms-connector!134
This commit is contained in:
commit
0f7990b20e
@ -12,7 +12,7 @@
|
||||
{
|
||||
"LVID": "${lv.logistical_variant_code?json_string}",
|
||||
"Name" : "${lv.lv_type_code?json_string}",
|
||||
<#if lv.id_list??>
|
||||
<#if lv.id_list?? && (lv.id_list?size == lv.id_list?filter(l ->l??)?size)>
|
||||
"Codes": [
|
||||
<#list lv.id_list as id>
|
||||
{
|
||||
|
||||
@ -17,6 +17,7 @@
|
||||
|
||||
<#switch eventRP.event>
|
||||
<#case "Created">
|
||||
<#case "Renotified">
|
||||
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
|
||||
<#assign executionflow = eventRP.data />
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user