Merge branch 'release/2.0' into 'main-2.0'

Release/2.0

See merge request r-d-technique/tiers/reflex-wms-connector!296
This commit is contained in:
2026-07-07 14:06:53 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
<#assign AddComma = false />
<#assign appointment = eventRP.data />
<#if !eventRP.commissionsUpdated!false && !eventRP.reasonUpdated!false && !eventRP.slotUpdated!false && !eventRP.carrierInformationUpdated!false>
<#if !(eventRP.commissionsUpdated!false) && !(eventRP.reasonUpdated!false) && !(eventRP.slotUpdated!false) && !(eventRP.carrierInformationUpdated!false)>
<#stop>
</#if>
[

View File

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

View File

@@ -1 +1 @@
2.0.24+2
2.0.25+1