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:
Francis REAT 2025-09-09 07:30:44 +00:00
commit 0f7990b20e
3 changed files with 3 additions and 2 deletions

View File

@ -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>
{

View File

@ -17,6 +17,7 @@
<#switch eventRP.event>
<#case "Created">
<#case "Renotified">
<#-- *********************************************** Action = CREATE or UPDATE ******************** -->
<#assign executionflow = eventRP.data />

View File

@ -1 +1 @@
1.2.44+2
1.2.45+1