SCPN1-10882

This commit is contained in:
2026-06-18 11:41:27 +02:00
parent 62a36b0dfe
commit be2df9b25e
3 changed files with 37 additions and 4 deletions

View File

@@ -47,12 +47,18 @@
<#include "RFXtoRP_HsrAntRec_Cancelled.ftl">
}
<#else>
<#if AncReceipt.anticipated_receipt_closed == "true" && AncReceipt.all_receipt_validated=="true">
<#if AncReceipt.anticipated_receipt_closed == "true" >
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.OrderReceiptCompleted>
<#assign apiReflexPlatformID = ApiReflexPlatformID.OrderAppointmentBookingDisabled>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsrAntRec_ReceiptCompleted.ftl">
<#include "RFXtoRP_HsrAntRec_AppointmentBookingDisabled.ftl">
},
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.OrderAnticipatedClosed>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
"datas" :
<#include "RFXtoRP_HsrAntRec_AnticipatedClosed.ftl">
}
</#if>
</#if>