diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php index 384ee008ad7..09b4cc0e0e4 100644 --- a/htdocs/adherents/index.php +++ b/htdocs/adherents/index.php @@ -269,8 +269,8 @@ if ($result) print '
| '.$langs->trans("Year").' | '; -print ''.$langs->trans("Subscriptions").' | '; print ''.$langs->trans("Number").' | '; +print ''.$langs->trans("AmountTotal").' | '; print ''.$langs->trans("AmountAverage").' | '; print "
| $key | ".price($value)." | ".$Number[$key]." | ".price(price2num($value/$Number[$key],'MT'))." | |
| $key | "; + print "".$Number[$key]." | "; + print "".price($value)." | "; + print "".price(price2num($value/$Number[$key],'MT'))." | "; + print "|
| '.$langs->trans("Total").' | '.price($tot)." | ".$numb." | ".price(price2num($numb>0?($tot/$numb):0,'MT'))." | |
| '.$langs->trans("Total").' | '; +print "".$numb." | "; +print ''.price($tot)." | "; +print "".price(price2num($numb>0?($tot/$numb):0,'MT'))." | "; +print "