RDV
This commit is contained in:
parent
bb20aae908
commit
268642a1fa
@ -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}",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user