SCPN1-8800

This commit is contained in:
Laurie MONTANT 2025-05-26 10:08:22 +02:00
parent b0e7dc18d7
commit 9a7f669192

View File

@ -26,7 +26,11 @@
"ShipFrom": "ShipFrom":
{ {
<#if receipt.receipt_type == '020'>
"ActorID": "${RFXtoRPprefixConsignee(receipt.original_code?trim?json_string)}"
<#else>
"ActorID": "${RFXtoRPprefixSupplier(receipt.original_code?trim?json_string)}" "ActorID": "${RFXtoRPprefixSupplier(receipt.original_code?trim?json_string)}"
</#if>
}, },
"ShipTo" : "ShipTo" :
{ {