You've already forked reflex-wms-connector
SCPN1-8863
This commit is contained in:
@@ -15,8 +15,7 @@
|
||||
|
||||
<#assign dataRfx = JsonUtil.decodeBase64(cloudEventMsg.data) />
|
||||
<#assign receipt = JsonUtil.jsonToMap(dataRfx)>
|
||||
<#if receipt.receipt_type = "030">
|
||||
<#if receipt.receipt_reference?? && receipt.receipt_reference!="">
|
||||
<#if receipt.receipt_type = "030"> <#-- if reception is a transfer reception -->
|
||||
[
|
||||
{
|
||||
<#assign apiReflexPlatformID = ApiReflexPlatformID.ExecutionflowDetected>
|
||||
@@ -33,9 +32,6 @@
|
||||
|
||||
}
|
||||
]
|
||||
<#else>
|
||||
<#stop> <#-- Receipt reference for transfert is empty-->
|
||||
</#if>
|
||||
<#else>
|
||||
[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user