Petites corrections
This commit is contained in:
parent
ca7b21bdea
commit
05d92d97e6
2 changed files with 2 additions and 2 deletions
|
|
@ -291,7 +291,7 @@
|
||||||
max=1
|
max=1
|
||||||
}}
|
}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $mvt_new.direction == "input"}}
|
{{if $mvt_new.direction == "input" && $storage != null}}
|
||||||
{{:input type="select" name="storage" default=$mvt_new.storage label="Lieu de stockage" default_empty="— Aucun —" options=$storage required=false}}
|
{{:input type="select" name="storage" default=$mvt_new.storage label="Lieu de stockage" default_empty="— Aucun —" options=$storage required=false}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{if $type_mvt != "retour"}}
|
{{if $type_mvt != "retour"}}
|
||||||
|
|
|
||||||
|
|
@ -237,7 +237,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{if $_GET.from == "eh"}}
|
{{if $_GET.from == "eh"}}
|
||||||
{{:redirect force="../equipment_history.html?ok=1&key=%s&prop=%s&msg=copie"|args:$eqpmt_key:$prop}}
|
{{:redirect force="../equipment_history.html?ok=1&key=%s&prop=%s&msg=modification"|args:$eqpmt_key:$prop}}
|
||||||
{{elseif $suffix == null}}
|
{{elseif $suffix == null}}
|
||||||
{{:redirect force="../index.html"}}
|
{{:redirect force="../index.html"}}
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue