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..718bb9c 100644
--- a/immobilisations_non.html
+++ b/immobilisations_non.html
@@ -11,7 +11,7 @@
N° |
Date |
Libellé |
- Montant |
+ Montant |
N° compte |
Compte |
Projet |
@@ -52,7 +52,7 @@
#{{$trans_id}} |
{{$trans_date|date_short}} |
{{$trans_label}} |
- {{"%f"|math:$debit|money}} |
+ {{"%f"|math:$debit|money:false}} |
{{$account_code}} |
{{$account_label}} |
{{$project_label}} |
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}}
diff --git a/module.ini b/module.ini
index 923cc23..36474e2 100644
--- a/module.ini
+++ b/module.ini
@@ -1,5 +1,5 @@
name="Amortissements"
-description="Gestion des amortissements pour le logiciel de comptabilité Paheko"
+description="Gestion des amortissements pour le logiciel de comptabilité Paheko (v0.11)"
author="Jean-Christophe Engel"
author_url="https://git.roflcopter.fr/lesanges"
home_button=false