changement de statut uniquement sur HsrProStatus

This commit is contained in:
2023-09-07 16:23:29 +02:00
parent 31b007120a
commit cd858cab4f
6 changed files with 12 additions and 65 deletions

View File

@@ -49,7 +49,10 @@
"datas" :
<#include "RFXtoRP_HsrReceiptList_ReceiptCompleted.ftl">
}
<#else>
<#else>
<#if receipt.receipt_type = "030">
<#stop "ignored message because receipt type = transfert">
<#else>
{
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
"apiReflexPlatformID" : "${apiReflexPlatformID}",
@@ -64,6 +67,7 @@
}
</#if>
</#if>
]
<#break>