You've already forked reflex-wms-connector
message
This commit is contained in:
@@ -26,7 +26,12 @@
|
|||||||
|
|
||||||
"ShipFrom":
|
"ShipFrom":
|
||||||
{
|
{
|
||||||
"ActorID": "${receipt.original_code?trim?json_string}"
|
<#if uniqueness?? && uniqueness!="" >
|
||||||
|
"ActorID": "${receipt.original_code?trim?json_string}"
|
||||||
|
<#else>
|
||||||
|
"ActorID": "${prefixsupplier}${receipt.original_code?trim?json_string}"
|
||||||
|
</#if>
|
||||||
|
|
||||||
},
|
},
|
||||||
"ShipTo" :
|
"ShipTo" :
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user