This commit is contained in:
2025-12-22 15:48:26 +01:00
parent 4faf7a3753
commit 72143d38bd
4 changed files with 48 additions and 20 deletions

View File

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