http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11668 --- Comment #5 from Marc Véron <veron@veron.ch> --- Fixed by first patch (Signed-off): reports/borrowers_stats.pl: print "Total\n"; reports/borrowers_stats.pl: print "TOTAL"; There are more hardcoded "Total" in reports (git grep 'print "T'): reports/acquisitions_stats.pl: print "Total\n"; reports/acquisitions_stats.pl: print "TOTAL"; reports/bor_issues_top.pl: print "TOTAL"; reports/borrowers_out.pl: print "Total\n"; reports/borrowers_out.pl: print "TOTAL"; reports/cat_issues_top.pl: print "Total\n"; reports/cat_issues_top.pl: print "TOTAL"; reports/catalogue_stats.pl: print "Total\n"; reports/catalogue_stats.pl: print "TOTAL"; reports/issues_avg_stats.pl: print "Total\n"; reports/issues_avg_stats.pl: print "TOTAL"; reports/issues_stats.pl: print "Total\n"; reports/issues_stats.pl: print "TOTAL"; reports/reserves_stats.pl: print "Total\n"; reports/reserves_stats.pl: print "TOTAL"; -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.