Amélioration et correction libellés

This commit is contained in:
Jean-Christophe Engel 2026-05-22 09:46:28 +02:00
parent 6319275d67
commit 91795c69a8
4 changed files with 10 additions and 7 deletions

View file

@ -14,7 +14,7 @@
{{elseif $type_immo == "archived"}}
{{:admin_header title="Immobilisations archivées" custom_css="./style.css" current="module_amortization"}}
{{elseif $type_immo == "other"}}
{{:admin_header title="Autres immobilisations" custom_css="./style.css" current="module_amortization"}}
{{:admin_header title="Immobilisations à classer" custom_css="./style.css" current="module_amortization"}}
{{elseif $type_immo == "unfinished"}}
{{:admin_header title="Immobilisations en cours de constitution" custom_css="./style.css" current="module_amortization" subcurrent="unfinished"}}
{{/if}}