SCPN1-10895

This commit is contained in:
2026-06-16 11:38:10 +02:00
parent 35843271ed
commit 9ddec73010

View File

@@ -46,17 +46,6 @@
"datas" : "datas" :
<#include "RFXtoRP_HsrAntRec_Cancelled.ftl"> <#include "RFXtoRP_HsrAntRec_Cancelled.ftl">
} }
<#else>
<#if AncReceipt.planned?? && AncReceipt.generated??
&& AncReceipt.generated.total_level_1_quantity>=AncReceipt.planned.total_level_1_quantity
&& AncReceipt.generated.total_level_2_quantity>=AncReceipt.planned.total_level_2_quantity
&& AncReceipt.generated.total_level_3_quantity>=AncReceipt.planned.total_level_3_quantity>
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.OrderAppointmentBookingDisabled>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsrAntRec_AppointmentBookingDisabled.ftl">
}
<#else> <#else>
<#if AncReceipt.anticipated_receipt_closed == "true" && AncReceipt.all_receipt_validated=="true"> <#if AncReceipt.anticipated_receipt_closed == "true" && AncReceipt.all_receipt_validated=="true">
{ {
@@ -67,7 +56,6 @@
} }
</#if> </#if>
</#if> </#if>
</#if>
] ]
<#break> <#break>