Harmonisation et amélioration navigation

This commit is contained in:
Jean-Christophe Engel 2025-06-04 18:54:19 +02:00
parent ab9b2a37ff
commit e0cf555851
9 changed files with 82 additions and 101 deletions

View file

@ -5,7 +5,7 @@
<section class="immobilisation">
{{if $type_immo == "encours"}}
<h2 class="ruler">Immobilisations en cours</h2>
{{elseif $type_immo == "fini"}}
{{elseif $type_immo == "amortie"}}
<h2 class="ruler">Immobilisations amorties</h2>
{{/if}}
{{:assign nb_immo=0}}
@ -134,7 +134,7 @@
{{* classement par onglet *}}
{{if $type_immo == "encours" && $amort_amount >= $debit ||
$type_immo == "fini" && $amort_amount < $debit ||
$type_immo == "amortie" && $amort_amount < $debit ||
$amortissable == "nsp" && ! $exist_amort
}}
{{:continue}}