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>
</#if>
<#else>
<#stop "Reference is empty">
<#-- "Reference is empty"-->
<#stop>
</#if>
</#if>
]

View File

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

View File

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

View File

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

View File

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