diff --git a/htdocs/comm/propal/stats/index.php b/htdocs/comm/propal/stats/index.php
index 2622a6c239f..9a2a712e339 100644
--- a/htdocs/comm/propal/stats/index.php
+++ b/htdocs/comm/propal/stats/index.php
@@ -283,8 +283,11 @@ foreach ($data as $val)
print '
';
print '| 0?'&socid='.$socid:'').($userid>0?'&userid='.$userid:'').'">'.$oldyear.' | ';
print '0 | ';
+ print ' | ';
print '0 | ';
+ print ' | ';
print '0 | ';
+ print ' | ';
print '
';
}
print '';
diff --git a/htdocs/commande/stats/index.php b/htdocs/commande/stats/index.php
index fd384524597..ea781a4828f 100644
--- a/htdocs/commande/stats/index.php
+++ b/htdocs/commande/stats/index.php
@@ -292,14 +292,17 @@ foreach ($data as $val)
$year = $val['year'];
while (! empty($year) && $oldyear > $year+1)
{ // If we have empty year
- $oldyear--;
- print '
';
- print '| 0?'&socid='.$socid:'').($userid>0?'&userid='.$userid:'').'">'.$oldyear.' | ';
+ $oldyear--;
+ print '
';
+ print '| 0?'&socid='.$socid:'').($userid>0?'&userid='.$userid:'').'">'.$oldyear.' | ';
- print '0 | ';
- print '0 | ';
- print '0 | ';
- print '
';
+ print '0 | ';
+ print ' | ';
+ print '0 | ';
+ print ' | ';
+ print '0 | ';
+ print ' | ';
+ print '';
}
print '';
diff --git a/htdocs/compta/facture/stats/index.php b/htdocs/compta/facture/stats/index.php
index afd17ed2f17..f86fb1d975b 100644
--- a/htdocs/compta/facture/stats/index.php
+++ b/htdocs/compta/facture/stats/index.php
@@ -280,8 +280,11 @@ foreach ($data as $val)
print '
';
print '| 0?'&socid='.$socid:'').($userid>0?'&userid='.$userid:'').'">'.$oldyear.' | ';
print '0 | ';
+ print ' | ';
print '0 | ';
+ print ' | ';
print '0 | ';
+ print ' | ';
print '
';
}
print '';