suppression boutons Retour et Sortie de l'historique

This commit is contained in:
Jean-Christophe Engel 2024-11-11 15:12:51 +01:00
parent ebda00d590
commit 164c63dc14

View File

@ -96,25 +96,6 @@
<td>{{$amount}}</td>
<td>{{$comment}}</td>
<td class="actions">
{{if $direction === "input" && $type_mvt == 'temporaire'}}
{{:linkbutton
label="Retour"
href="%smouvements/sorties/emprunte.html?key=%s&prop=%s"|args:$module.url:$key:$_GET.prop
shape="history"
target="_dialog"}}
{{elseif $direction === "input" && $type_mvt == 'définitif'}}
{{:linkbutton
label="Sortir"
href="%smouvements/sorties/stock_disponible.html?key=%s&prop=%s"|args:$module.url:$key:$_GET.prop
shape="minus"
target="_dialog"}}
{{elseif $direction === "output" && $type_mvt == 'temporaire'}}
{{:linkbutton
label="Retour"
href="%smouvements/entrees/retour.html?key=%s&prop=%s"|args:$module.url:$key:$_GET.prop
shape="history"
target="_dialog"}}
{{/if}}
{{:linkbutton
label="Dupliquer"
href="%smouvements/dupliquer_mouvement.html?key=%s&direction=%s&prop=%s"|args:$module.url:$key:$direction:$_GET.prop