You've already forked reflex-wms-connector
correction
This commit is contained in:
@@ -18,8 +18,7 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
<#-- check preparation type code (internal order and reservation are ignored) -->
|
<#-- check preparation type code (internal order and reservation are ignored) -->
|
||||||
<#if order.preparation_type_code == "010" ||
|
<#if order.preparation_type_code == "010" || order.preparation_type_code == "030">
|
||||||
order.preparation_type_code == "030">
|
|
||||||
|
|
||||||
<#-- Only if preparation order not confirmed -->
|
<#-- Only if preparation order not confirmed -->
|
||||||
<#if order.preparation_order_confirmed == "false" >
|
<#if order.preparation_order_confirmed == "false" >
|
||||||
@@ -27,6 +26,8 @@
|
|||||||
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
"apiReflexPlatformID" : "${apiReflexPlatformID}",
|
||||||
"datas" :
|
"datas" :
|
||||||
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
|
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
|
||||||
|
<#else>
|
||||||
|
<#stop "preparation already confirmed">
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
<#else>
|
<#else>
|
||||||
|
|||||||
Reference in New Issue
Block a user