You've already forked reflex-wms-connector
RDV
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
<#list appointment.Commissions as commission>
|
<#list appointment.Commissions as commission>
|
||||||
{
|
{
|
||||||
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
||||||
$"{custom}"
|
${custom}
|
||||||
"receipt_activity": "${custom.value.activity_code?json_string}",
|
"receipt_activity": "${custom.value.activity_code?json_string}",
|
||||||
"originator_code": "${custom.value.originator_code?json_string}",
|
"originator_code": "${custom.value.originator_code?json_string}",
|
||||||
"physical_receipt_reference": "${custom.value.reference?json_string}",
|
"physical_receipt_reference": "${custom.value.reference?json_string}",
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<#list appointment.Commissions as commission>
|
<#list appointment.Commissions as commission>
|
||||||
{
|
{
|
||||||
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
<#list eventRP.executionflowCustomFields.entrySet() as custom>
|
||||||
$"{custom}"
|
${custom}
|
||||||
"receipt_activity": "${custom.value.activity_code?json_string}",
|
"receipt_activity": "${custom.value.activity_code?json_string}",
|
||||||
"originator_code": "${custom.value.originator_code?json_string}",
|
"originator_code": "${custom.value.originator_code?json_string}",
|
||||||
"physical_receipt_reference": "${custom.value.reference?json_string}",
|
"physical_receipt_reference": "${custom.value.reference?json_string}",
|
||||||
|
|||||||
Reference in New Issue
Block a user