You've already forked reflex-wms-connector
Fix4 v13
This commit is contained in:
@@ -37,7 +37,11 @@
|
||||
<#if uniqueness>
|
||||
<#local depot = actor>
|
||||
<#else>
|
||||
<#if actor?length gt 4>
|
||||
<#local depot = actor[4..]>
|
||||
<#else>
|
||||
<#local depot = actor>
|
||||
</#if>
|
||||
</#if>
|
||||
<#return (depot)>
|
||||
</#function>
|
||||
@@ -78,7 +82,11 @@
|
||||
<#if uniqueness>
|
||||
<#local supplier = actor>
|
||||
<#else>
|
||||
<#if actor?length gt 4>
|
||||
<#local supplier = actor[4..]>
|
||||
<#else>
|
||||
<#local supplier = actor>
|
||||
</#if>
|
||||
</#if>
|
||||
<#return (supplier)>
|
||||
</#function>
|
||||
@@ -117,7 +125,11 @@
|
||||
<#if uniqueness>
|
||||
<#local carrier = actor>
|
||||
<#else>
|
||||
<#if actor?length gt 4>
|
||||
<#local carrier = actor[4..]>
|
||||
<#else>
|
||||
<#local carrier = actor>
|
||||
</#if>
|
||||
</#if>
|
||||
<#return (carrier)>
|
||||
</#function>
|
||||
@@ -156,7 +168,11 @@
|
||||
<#if uniqueness>
|
||||
<#local consignee = actor>
|
||||
<#else>
|
||||
<#if actor?length gt 4>
|
||||
<#local consignee = actor[4..]>
|
||||
<#else>
|
||||
<#local consignee = actor>
|
||||
</#if>
|
||||
</#if>
|
||||
<#return (consignee)>
|
||||
</#function>
|
||||
Reference in New Issue
Block a user