modifs
This commit is contained in:
parent
8d4067a58e
commit
234918a77e
@ -50,11 +50,11 @@
|
||||
|
||||
<#case "D">
|
||||
<#-- *********************************************** Action = DELETE ******************** -->
|
||||
<#stop "event not supported">
|
||||
<#stop >
|
||||
<#break>
|
||||
|
||||
|
||||
<#default>
|
||||
<#stop "event not supported">
|
||||
<#stop >
|
||||
</#switch>
|
||||
|
||||
|
||||
@ -14,6 +14,6 @@
|
||||
|
||||
|
||||
<#default>
|
||||
<#stop "event not supported">
|
||||
<#stop >
|
||||
</#switch>
|
||||
|
||||
|
||||
@ -16,6 +16,6 @@
|
||||
|
||||
|
||||
<#default>
|
||||
<#stop "event not supported">
|
||||
<#stop >
|
||||
</#switch>
|
||||
|
||||
|
||||
@ -14,6 +14,6 @@
|
||||
|
||||
|
||||
<#default>
|
||||
<#stop "event not supported">
|
||||
<#stop >
|
||||
</#switch>
|
||||
|
||||
|
||||
@ -28,6 +28,6 @@ those parameters are stored in FTL file HfRpConfig.ftl for later use in some of
|
||||
|
||||
|
||||
<#default>
|
||||
<#stop "event not supported">
|
||||
<#stop >
|
||||
</#switch>
|
||||
|
||||
|
||||
@ -52,11 +52,11 @@
|
||||
|
||||
<#case "D">
|
||||
<#-- *********************************************** Action = DELETE ******************** -->
|
||||
<#stop "event not supported - Case D ">
|
||||
<#stop>
|
||||
<#break>
|
||||
|
||||
|
||||
<#default>
|
||||
<#stop "event not supported">
|
||||
<#stop>
|
||||
</#switch>
|
||||
|
||||
|
||||
@ -71,11 +71,11 @@
|
||||
|
||||
<#case "D">
|
||||
<#-- *********************************************** Action = DELETE ******************** -->
|
||||
<#stop "event not supported - Case D ">
|
||||
<#stop >
|
||||
<#break>
|
||||
|
||||
|
||||
<#default>
|
||||
<#stop "event not supported">
|
||||
<#stop>
|
||||
</#switch>
|
||||
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<#include "RFXtoRP_HsrPrepa_TrackingHuLabelled.ftl">
|
||||
}
|
||||
</#if>
|
||||
<#if despatched_ipg.carton_number != "000000000000000000" && despatched_ipg.carton_number!=despatched_ipg.hd_number >
|
||||
<#if despatched_ipg.carton_number != "000000000000000000" && despatched_ipg.carton_number!=despatched_ipg.hd_number && despatched_ipg.consignment_unit_id="" >
|
||||
,
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded>
|
||||
@ -102,9 +102,9 @@
|
||||
<#break>
|
||||
<#case "D">
|
||||
<#-- *********************************************** Action = DELETE ******************** -->
|
||||
<#stop "event not supported (Case D)">
|
||||
<#stop>
|
||||
<#break>
|
||||
|
||||
<#default>
|
||||
<#stop "event not supported">
|
||||
<#stop>
|
||||
</#switch>
|
||||
@ -29,17 +29,17 @@
|
||||
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
|
||||
}
|
||||
<#else>
|
||||
<#stop "preparation order already confirmed">
|
||||
<#-- preparation order already confirmed -->
|
||||
<#stop>
|
||||
</#if>
|
||||
|
||||
<#else>
|
||||
<#stop "preparation order type not supported">
|
||||
<#-- preparation order type not supported -->
|
||||
<#stop>
|
||||
</#if>
|
||||
<#else>
|
||||
<#stop "PRO reference is empty">
|
||||
</#if>
|
||||
|
||||
|
||||
]
|
||||
<#break>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user