SCPN1-8871
This commit is contained in:
parent
122122db8c
commit
ab6aef0026
@ -34,7 +34,7 @@
|
||||
}
|
||||
]
|
||||
<#else>
|
||||
<#stop> <#-- Receipt reference is empty-->
|
||||
<#stop> <#-- Receipt reference for transfert is empty-->
|
||||
</#if>
|
||||
<#else>
|
||||
[
|
||||
@ -92,7 +92,8 @@
|
||||
<#include "RFXtoRP_HsrReceiptList_ExecutionflowReceiptCompleted.ftl">
|
||||
}
|
||||
<#else>
|
||||
<#if receipt.receipt_type == "030" && receipt.receipt_confirmed == "true">
|
||||
<#if receipt.receipt_type == "030" && receipt.receipt_confirmed == "false">
|
||||
<#if receipt.receipt_reference?? && receipt.receipt_reference!="">
|
||||
[
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
|
||||
@ -109,6 +110,9 @@
|
||||
|
||||
}
|
||||
]
|
||||
<#else>
|
||||
<#stop> <#-- Receipt reference for transfer is empty-->
|
||||
</#if>
|
||||
<#else>
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user