Interdire dupliquer retour entrée temporaire
This commit is contained in:
parent
53c0deee22
commit
d01ab434bf
1 changed files with 9 additions and 5 deletions
|
@ -310,11 +310,15 @@
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{if $direction == "output" && $type_mvt == "retour"}}
|
||||||
|
{{* interdire dupliquer *}}
|
||||||
|
{{else}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Dupliquer"
|
label="Dupliquer"
|
||||||
href="movements/copy_movement.html?key=%s&prop=%s"|args:$key:$_GET.prop
|
href="movements/copy_movement.html?key=%s&prop=%s"|args:$key:$_GET.prop
|
||||||
shape="plus"
|
shape="plus"
|
||||||
target="_dialog"}}
|
target="_dialog"}}
|
||||||
|
{{/if}}
|
||||||
{{:linkbutton
|
{{:linkbutton
|
||||||
label="Modifier"
|
label="Modifier"
|
||||||
href="movements/modify_movement.html?key=%s"|args:$key
|
href="movements/modify_movement.html?key=%s"|args:$key
|
||||||
|
|
Loading…
Add table
Reference in a new issue