This commit is contained in:
Laurie MONTANT 2024-10-09 14:56:26 +02:00
parent 8d4067a58e
commit 234918a77e
9 changed files with 31 additions and 31 deletions

View File

@ -50,11 +50,11 @@
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#-- *********************************************** Action = DELETE ******************** -->
<#stop "event not supported"> <#stop >
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -14,6 +14,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -16,6 +16,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -14,6 +14,6 @@
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -28,6 +28,6 @@ those parameters are stored in FTL file HfRpConfig.ftl for later use in some of
<#default> <#default>
<#stop "event not supported"> <#stop >
</#switch> </#switch>

View File

@ -52,11 +52,11 @@
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#-- *********************************************** Action = DELETE ******************** -->
<#stop "event not supported - Case D "> <#stop>
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop>
</#switch> </#switch>

View File

@ -71,11 +71,11 @@
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#-- *********************************************** Action = DELETE ******************** -->
<#stop "event not supported - Case D "> <#stop >
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop>
</#switch> </#switch>

View File

@ -64,7 +64,7 @@
<#include "RFXtoRP_HsrPrepa_TrackingHuLabelled.ftl"> <#include "RFXtoRP_HsrPrepa_TrackingHuLabelled.ftl">
} }
</#if> </#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> <#assign apiReflexPlatformID = ApiReflexPlatformID.HandlingunitHUsAdded>
@ -102,9 +102,9 @@
<#break> <#break>
<#case "D"> <#case "D">
<#-- *********************************************** Action = DELETE ******************** --> <#-- *********************************************** Action = DELETE ******************** -->
<#stop "event not supported (Case D)"> <#stop>
<#break> <#break>
<#default> <#default>
<#stop "event not supported"> <#stop>
</#switch> </#switch>

View File

@ -29,17 +29,17 @@
<#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl"> <#include "RFXtoRP_HsrPro_ExecutionflowDetected.ftl">
} }
<#else> <#else>
<#stop "preparation order already confirmed"> <#-- preparation order already confirmed -->
<#stop>
</#if> </#if>
<#else> <#else>
<#stop "preparation order type not supported"> <#-- preparation order type not supported -->
<#stop>
</#if> </#if>
<#else> <#else>
<#stop "PRO reference is empty"> <#stop "PRO reference is empty">
</#if> </#if>
] ]
<#break> <#break>