diff --git a/intranet/templates/factures-gestion.tmpl b/intranet/templates/factures-gestion.tmpl
index b97a19db..2f7b3ddc 100644
--- a/intranet/templates/factures-gestion.tmpl
+++ b/intranet/templates/factures-gestion.tmpl
@@ -76,8 +76,9 @@ function hideDetail(id){
#end if
- #if $f.details.__len__() > 1
+ #if $f.details.__len__() > 1
+
Description |
@@ -103,6 +104,14 @@ function hideDetail(id){
#end if
+ #if $listeFactures.__len__() == 1
+
+ #end if
+
#end for
#if $listeFactures == []
diff --git a/intranet/templates/factures-historique.tmpl b/intranet/templates/factures-historique.tmpl
index 36d43fa4..065725d9 100644
--- a/intranet/templates/factures-historique.tmpl
+++ b/intranet/templates/factures-historique.tmpl
@@ -1,7 +1,13 @@