This commit is contained in:
2025-12-22 16:07:50 +01:00
parent 613cfcd377
commit a3fc98c8d9
3 changed files with 4 additions and 2 deletions

View File

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