You've already forked reflex-wms-connector
modifs
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"ActorID": "${receipt.physical_depot_code?trim?json_string}"
|
||||
<#else>
|
||||
"ActorID": "${depot}${receipt.physical_depot_code?trim?json_string}"
|
||||
"ActorID": "${prefixdepot}${receipt.physical_depot_code?trim?json_string}"
|
||||
</#if>
|
||||
},
|
||||
"ShipToAcked": true,
|
||||
@@ -42,7 +42,7 @@
|
||||
<#if uniqueness?? && uniqueness!="" >
|
||||
"Carrier" : {"ActorID": "${receipt.carrier_informations.carrier_code?trim?json_string}"},
|
||||
<#else>
|
||||
"Carrier" : {"ActorID": "${carrier}${receipt.carrier_informations.carrier_code?trim?json_string}"},
|
||||
"Carrier" : {"ActorID": "${prefixcarrier}${receipt.carrier_informations.carrier_code?trim?json_string}"},
|
||||
</#if>
|
||||
</#if>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user