This commit is contained in:
Laurie MONTANT 2025-12-10 10:55:35 +01:00
parent 268642a1fa
commit c78be4ac9b
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@
<#list appointment.Commissions as commission>
{
<#list eventRP.executionflowCustomFields.entrySet() as custom>
${"custom"}
"${custom}"
"receipt_activity": "${custom.value.activity_code?json_string}",
"originator_code": "${custom.value.originator_code?json_string}",
"physical_receipt_reference": "${custom.value.reference?json_string}",

View File

@ -13,7 +13,7 @@
<#list appointment.Commissions as commission>
{
<#list eventRP.executionflowCustomFields.entrySet() as custom>
${"custom"}
"${custom}"
"receipt_activity": "${custom.value.activity_code?json_string}",
"originator_code": "${custom.value.originator_code?json_string}",
"physical_receipt_reference": "${custom.value.reference?json_string}",