début réorganisation classement immobilisations

This commit is contained in:
Jean-Christophe Engel 2025-02-04 16:25:32 +01:00
parent 2c11d3e4f3
commit fb0d34a4f4
8 changed files with 202 additions and 59 deletions

View file

@ -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}}