début réorganisation classement immobilisations
This commit is contained in:
parent
2c11d3e4f3
commit
fb0d34a4f4
8 changed files with 202 additions and 59 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{{* barre de navigation *}}
|
||||
{{if $_GET.amort == null}}
|
||||
{{:assign amort="amort"}}
|
||||
{{:assign amort="encours"}}
|
||||
{{else}}
|
||||
{{:assign amort=$_GET.amort}}
|
||||
{{/if}}
|
||||
|
|
@ -47,9 +47,9 @@
|
|||
{{/select}}
|
||||
{{/load}}
|
||||
|
||||
{{if $amort == "no_amort"}}
|
||||
{{:include file="./immobilisations_non.html"}}
|
||||
{{else}}
|
||||
{{if $amort == "autres"}}
|
||||
{{:include file="./immobilisations_autres.html"}}
|
||||
{{elseif $amort == "encours" || $amort == "fini"}}
|
||||
{{:include file="./immobilisations.html"}}
|
||||
{{/if}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue