You've already forked reflex-wms-connector
SCPN1-10882
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user