This commit is contained in:
2025-12-22 16:23:47 +01:00
parent a3fc98c8d9
commit 369a8b7e10
3 changed files with 12 additions and 17 deletions

View File

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