diff --git a/htdocs/adherents/stats/index.php b/htdocs/adherents/stats/index.php
index b5473d1045f..f44f69277df 100644
--- a/htdocs/adherents/stats/index.php
+++ b/htdocs/adherents/stats/index.php
@@ -164,6 +164,7 @@ print '
';
// Show array
$data = $stats->getAllByYear();
+
print '
| '.$langs->trans("Year").' | '; @@ -224,7 +225,8 @@ print '
| ';
// Show filter box
print '';
print ' '; -// Show array -$data = $stats->getAllByYear(); - print '
|
| '.$langs->trans("NumberOfProposalsByMonth").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px1->show(); } -print ' |
| '.$langs->trans("AmountTotal").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px2->show(); } -print ' |
| '.$langs->trans("AmountAverage").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px3->show(); } -print ' |
| ';
// Show filter box
print '';
print ' '; -// Show array -$data = $stats->getAllByYear(); - print '
|
| '.$langs->trans("NumberOfOrdersByMonth").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px1->show(); } -print ' |
| '.$langs->trans("AmountTotal").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px2->show(); } -print ' |
| '.$langs->trans("AmountAverage").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px3->show(); } -print ' |
| ';
// Show filter box
print '';
print ' '; -// Show array -$data = $stats->getAllByYear(); - print '
|
| '.$langs->trans("NumberByMonth").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px1->show(); } -print ' |
| '.$langs->trans("AmountTotal").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px2->show(); } -print ' |
| '.$langs->trans("AmountAverage").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px3->show(); } -print ' |
| ';
// Show filter box
print '';
print ' '; -// Show array -$data = $stats->getAllByYear(); - print '
|
| '.$langs->trans("NumberOfBillsByMonth").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px1->show(); } -print ' |
| '.$langs->trans("AmountTotal").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px2->show(); } -print ' |
| '.$langs->trans("AmountAverage").' | '; -print ''; -if ($mesg) { print $mesg; } -else { print $px3->show(); } -print ' |