SCPN1-10966

This commit is contained in:
2026-07-07 11:30:10 +02:00
parent 7bfb23ef4d
commit f63549c058

View File

@@ -28,6 +28,7 @@
<#assign AddComma = false />
<#assign appointment = eventRP.data />
<#-- processing is stopped because the Updated event contains no relevant change to forward to the WMS. -->
<#if !eventRP.commissionsUpdated!false && !eventRP.reasonUpdated!false && !eventRP.slotUpdated!false && !eventRP.carrierInformationUpdated!false>
<#stop>
</#if>
@@ -111,7 +112,7 @@
</#if>
<#assign AddComma = true />
</#if>
</#if>
</#if>
<#-- *********************************************** Action = reasonUpdated or slotUpdated ******************** -->
<#if eventRP.reasonUpdated || eventRP.slotUpdated || eventRP.carrierInformationUpdated>
<#if AddComma == true>
@@ -134,7 +135,7 @@
</#if>
<#assign AddComma = true />
</#if>
</#if>
</#if>
]
<#break>
<#-- *********************************************** Action = Canceled ******************** -->