SCPN1-9640

This commit is contained in:
Laurie MONTANT 2025-11-10 14:23:57 +01:00
parent 894031cc49
commit bf365ba170

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_status_type == "100" && preparationStatusInterface.preparation_status_code == "200" >
{
@ -63,6 +64,9 @@
</#if>
</#if>
</#if>
<#else>
<#stop>
</#if>
]
<#break>