This commit is contained in:
Laurie MONTANT 2025-12-22 16:27:11 +01:00
parent 369a8b7e10
commit 3bd0cd26fd

View File

@ -28,7 +28,7 @@
<#assign appointment = eventRP.data />
[
<#if eventRP.appointmentCustomFields?has_content>
<#list eventRP.executionflowCustomFields.entrySet()(l ->l.value?? && l.value?has_content) as commission>
<#list eventRP.executionflowCustomFields.entrySet()?filter(l ->l.value?? && l.value?has_content) as commission>
{
<#assign apiRestReflexID = ApiRestReflexID.appointment_post_physical_receipt_associations_by_number>
"apiRestReflexID" : "${apiRestReflexID}",