SCPN1-9640

This commit is contained in:
Laurie MONTANT 2025-11-10 15:59:08 +01:00
parent d0e4342b34
commit 59034eeeef

View File

@ -16,6 +16,7 @@
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
<#assign preparationStatusInterface = JsonUtil.jsonToMap(dataRfx) />
[
<#if preparationStatusInterface.preparation_type_code=="010" || preparationStatusInterface.preparation_type_code=="030">
<#--**Pick batch runned (200) **-->
<#if preparationStatusInterface.preparation_order_originator_reference?? && preparationStatusInterface.preparation_order_originator_reference!="">
<#if preparationStatusInterface.preparation_status_type == "100" && preparationStatusInterface.preparation_status_code == "200" >
@ -68,6 +69,9 @@
<#--PRO reference is empty-->
<#stop >
</#if>
<#else>
<#stop >
</#if>
]
<#break>