http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11668
--- Comment #5 from Marc Véron <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
