You've already forked reflex-wms-connector
SCPN1-10895
This commit is contained in:
@@ -48,9 +48,9 @@
|
|||||||
}
|
}
|
||||||
<#else>
|
<#else>
|
||||||
<#if AncReceipt.planned?? && AncReceipt.generated??
|
<#if AncReceipt.planned?? && AncReceipt.generated??
|
||||||
&& AncReceipt.planned.total_level_1_quantity==AncReceipt.generated.total_level_1_quantity
|
&& AncReceipt.generated.total_level_1_quantity>=AncReceipt.planned.total_level_1_quantity
|
||||||
&& AncReceipt.planned.total_level_2_quantity==AncReceipt.generated.total_level_2_quantity
|
&& AncReceipt.generated.total_level_2_quantity>=AncReceipt.planned.total_level_2_quantity
|
||||||
&& AncReceipt.planned.total_level_3_quantity==AncReceipt.generated.total_level_3_quantity>
|
&& AncReceipt.generated.total_level_3_quantity>=AncReceipt.planned.total_level_3_quantity>
|
||||||
{
|
{
|
||||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.OrderAppointmentBookingDisabled>
|
<#assign apiReflexPlatformID = ApiReflexPlatformID.OrderAppointmentBookingDisabled>
|
||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
|
|||||||
Reference in New Issue
Block a user