Harmonisation et amélioration navigation
This commit is contained in:
parent
ab9b2a37ff
commit
e0cf555851
9 changed files with 82 additions and 101 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue