From fa208c566f919c847a21017154bbfb515ecda871 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Mon, 6 Jan 2025 15:24:45 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20affichage=20nombres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- immobilisations.html | 6 +++--- immobilisations_achevees.html | 6 +++--- immobilisations_non.html | 2 +- index.html | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/immobilisations.html b/immobilisations.html index 87876bd..5f93277 100644 --- a/immobilisations.html +++ b/immobilisations.html @@ -11,8 +11,8 @@ N° Date Libellé - Montant - Durée + Montant + Durée N° compte Compte Projet @@ -106,7 +106,7 @@ {{$trans_date|date_short}} {{$trans_label}} {{"%f"|math:$debit|money}} - {{if $duration != null}}{{$duration}}{{/if}} + {{if $duration != null}}{{$duration}}{{/if}} {{$account_code}} {{$account_label}} {{$project_label}} diff --git a/immobilisations_achevees.html b/immobilisations_achevees.html index 8d58802..b079841 100644 --- a/immobilisations_achevees.html +++ b/immobilisations_achevees.html @@ -11,8 +11,8 @@ N° Date Libellé - Montant - Durée + Montant + Durée N° compte Compte Projet @@ -106,7 +106,7 @@ {{$trans_date|date_short}} {{$trans_label}} {{"%f"|math:$debit|money}} - {{if $duration != null}}{{$duration}}{{/if}} + {{if $duration != null}}{{$duration}}{{/if}} {{$account_code}} {{$account_label}} {{$project_label}} diff --git a/immobilisations_non.html b/immobilisations_non.html index 33cd067..172972c 100644 --- a/immobilisations_non.html +++ b/immobilisations_non.html @@ -11,7 +11,7 @@ N° Date Libellé - Montant + Montant N° compte Compte Projet diff --git a/index.html b/index.html index ad7a86d..8ec3d7a 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ {{* -*- brindille -*- *}} -{{:admin_header title="Gestion des amortissements" custom_css=$custom_css current="module_amortissement"}} +{{:admin_header title="Gestion des amortissements" custom_css="./style.css" current="module_amortissement"}} {{* barre de navigation *}} {{if $_GET.amort == null || $_GET.amort == 1}}