suppression boutons Retour et Sortie de l'historique
This commit is contained in:
parent
ebda00d590
commit
164c63dc14
@ -96,25 +96,6 @@
|
|||||||
<td>{{$amount}}</td>
|
<td>{{$amount}}</td>
|
||||||
<td>{{$comment}}</td>
|
<td>{{$comment}}</td>
|
||||||
<td class="actions">
|
<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
|
{{:linkbutton
|
||||||
label="Dupliquer"
|
label="Dupliquer"
|
||||||
href="%smouvements/dupliquer_mouvement.html?key=%s&direction=%s&prop=%s"|args:$module.url:$key:$direction:$_GET.prop
|
href="%smouvements/dupliquer_mouvement.html?key=%s&direction=%s&prop=%s"|args:$module.url:$key:$direction:$_GET.prop
|
||||||
|
Loading…
Reference in New Issue
Block a user