This commit is contained in:
Laurie MONTANT 2025-12-10 14:16:46 +01:00
parent 26e143efb0
commit b24fe76a81
2 changed files with 0 additions and 4 deletions

View File

@ -33,7 +33,6 @@
<#if appointment.Commissions??> <#if appointment.Commissions??>
"physical_receipt_list": [ "physical_receipt_list": [
<#list appointment.Commissions as commission>
<#list eventRP.executionflowCustomFields.entrySet() as custom> <#list eventRP.executionflowCustomFields.entrySet() as custom>
{ {
"receipt_activity": "${custom.value.activity_code?json_string}", "receipt_activity": "${custom.value.activity_code?json_string}",
@ -42,7 +41,6 @@
"receipt_year": "${custom.value.order_year?json_string}", "receipt_year": "${custom.value.order_year?json_string}",
"receipt_number": "${custom.value.order_number?json_string}" "receipt_number": "${custom.value.order_number?json_string}"
} }
</#list>
<#sep>,</#sep> <#sep>,</#sep>
</#list> </#list>
], ],

View File

@ -10,7 +10,6 @@
{ {
<#if appointment.Commissions??> <#if appointment.Commissions??>
"physical_receipt_list": [ "physical_receipt_list": [
<#list appointment.Commissions as commission>
<#list eventRP.executionflowCustomFields.entrySet() as custom> <#list eventRP.executionflowCustomFields.entrySet() as custom>
{ {
"receipt_activity": "${custom.value.activity_code?json_string}", "receipt_activity": "${custom.value.activity_code?json_string}",
@ -19,7 +18,6 @@
"receipt_year": "${custom.value.order_year?json_string}", "receipt_year": "${custom.value.order_year?json_string}",
"receipt_number": "${custom.value.order_number?json_string}" "receipt_number": "${custom.value.order_number?json_string}"
} }
</#list>
<#sep>,</#sep> <#sep>,</#sep>
</#list> </#list>
] ]