SCPN1-10996

(cherry picked from commit 23e7d05ae8b7f2e62dc9d8748ce727d4e6c82eab)
This commit is contained in:
2026-07-06 10:22:05 +02:00
parent 2dadea6b97
commit 7bfb23ef4d
6 changed files with 9 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
</#if>
"anticipated_receipt_list": [
<#list removedCommissions?filter(l -> l.OrderID??) as removedCommission>
<#list removedCommissions?filter(l -> (l.OrderID?? && (!l.ExecutionflowID?? || l.ExecutionflowID == ""))) as removedCommission>
{
"activity": "${orderCustomFields[removedCommission.OrderID].activity_code?json_string}",
"originator_code": "${orderCustomFields[removedCommission.OrderID].originator_code?json_string}",