You've already forked reflex-wms-connector
SCPN1-10706
This commit is contained in:
@@ -11,11 +11,7 @@
|
|||||||
<#-- If you are using unreferenced actors, you will need to create a "VIZ" consignee in HARDIS WMS to use this feature -->
|
<#-- If you are using unreferenced actors, you will need to create a "VIZ" consignee in HARDIS WMS to use this feature -->
|
||||||
<#assign defaultactor ="VIZ">
|
<#assign defaultactor ="VIZ">
|
||||||
<#if executionflow.ShipTo.ActorID?? && executionflow.ShipTo.ActorID!="">
|
<#if executionflow.ShipTo.ActorID?? && executionflow.ShipTo.ActorID!="">
|
||||||
<#if (executionflow.ShipTo.ActorID?length gt 4) >
|
<#assign actorID = "${RPtoRFXprefixConsignee(executionflow.ShipTo.ActorID)}" >
|
||||||
<#assign actorID = "${RPtoRFXprefixConsignee(executionflow.ShipTo.ActorID)}" >
|
|
||||||
<#else>
|
|
||||||
<#assign actorID = "${executionflow.ShipTo.ActorID}" >
|
|
||||||
</#if>
|
|
||||||
<#else>
|
<#else>
|
||||||
<#assign actorID = defaultactor >
|
<#assign actorID = defaultactor >
|
||||||
</#if>
|
</#if>
|
||||||
@@ -26,11 +22,7 @@
|
|||||||
"method" : "POST",
|
"method" : "POST",
|
||||||
"uri_substitutions": {
|
"uri_substitutions": {
|
||||||
"activity_code": "${activity_code}",
|
"activity_code": "${activity_code}",
|
||||||
<#if (executionflow.ShipFrom.ActorID?length gt 4) >
|
"physical_depot_code": "${RPtoRFXprefixDepot(executionflow.ShipFrom.ActorID)}",
|
||||||
"physical_depot_code": "${RPtoRFXprefixDepot(executionflow.ShipFrom.ActorID)}",
|
|
||||||
<#else>
|
|
||||||
"physical_depot_code": "${executionflow.ShipFrom.ActorID}",
|
|
||||||
</#if>
|
|
||||||
"originator_code": "${originator_code}"
|
"originator_code": "${originator_code}"
|
||||||
},
|
},
|
||||||
"payload" :
|
"payload" :
|
||||||
|
|||||||
Reference in New Issue
Block a user