You've already forked reflex-wms-connector
Merge branch 'Release-1.2-V14' into 'release/1.2'
Release-1.2-V14 into release/1.2 See merge request r-d-technique/tiers/reflex-wms-connector!294
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
"SegmentationSelections": [
|
"SegmentationKeys": [
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,8 @@
|
|||||||
<#assign AddComma = false />
|
<#assign AddComma = false />
|
||||||
<#assign appointment = eventRP.data />
|
<#assign appointment = eventRP.data />
|
||||||
|
|
||||||
<#if !eventRP.commissionsUpdated!false && !eventRP.reasonUpdated!false && !eventRP.slotUpdated!false && !eventRP.carrierInformationUpdated!false>
|
<#-- 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>
|
<#stop>
|
||||||
</#if>
|
</#if>
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user