suppression commentaires

This commit is contained in:
Laurie MONTANT 2025-07-18 11:08:12 +02:00
parent 9642b8b8ad
commit 06376dd2d7
5 changed files with 12 additions and 7 deletions

View File

@ -36,7 +36,8 @@
<#stop> <#stop>
</#if> </#if>
<#else> <#else>
<#stop "Reference is empty"> <#-- "Reference is empty"-->
<#stop>
</#if> </#if>
</#if> </#if>
] ]

View File

@ -57,8 +57,8 @@
} }
] ]
<#else> <#else>
<#-- Case of IPG move type volontarilly ignored--> <#-- Case of IPG move type volontarilly ignored, Reference receipt is empty-->
<#stop " Reference receipt is empty"> <#stop >
</#if> </#if>
<#else> <#else>
<#stop> <#stop>

View File

@ -65,7 +65,8 @@
</#if> </#if>
</#if> </#if>
<#else> <#else>
<#stop "PRO reference is empty"> <#--PRO reference is empty-->
<#stop >
</#if> </#if>
] ]
<#break> <#break>

View File

@ -96,7 +96,8 @@
<#assign refIDHmap ={}> <#assign refIDHmap ={}>
] ]
<#else> <#else>
<#stop "no confirmed quantity for the preparation - preparation closed"> <#-- no confirmed quantity for the preparation - preparation closed-->
<#stop >
</#if> </#if>

View File

@ -81,7 +81,8 @@
</#if> </#if>
</#if> </#if>
<#else> <#else>
<#stop "Receipt reference is empty"> <#-- Receipt reference is empty-->
<#stop >
</#if> </#if>
] ]
<#break> <#break>
@ -100,7 +101,8 @@
<#include "RFXtoRP_HsrReceiptList_ExecutionflowCancelled.ftl"> <#include "RFXtoRP_HsrReceiptList_ExecutionflowCancelled.ftl">
} }
<#else> <#else>
<#stop "Receipt reference is empty"> <#-- Receipt reference is empty-->
<#stop >
</#if> </#if>
] ]
<#break> <#break>