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