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