SCPN1-10895

This commit is contained in:
2026-06-16 11:01:28 +02:00
parent 620de336f7
commit 428bdb9a0a

View File

@@ -48,9 +48,9 @@
}
<#else>
<#if AncReceipt.planned?? && AncReceipt.generated??
&& AncReceipt.planned.total_level_1_quantity==AncReceipt.generated.total_level_1_quantity
&& AncReceipt.planned.total_level_2_quantity==AncReceipt.generated.total_level_2_quantity
&& AncReceipt.planned.total_level_3_quantity==AncReceipt.generated.total_level_3_quantity>
&& 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}",