[Koha-bugs] [Bug 11668] Untranslatable "Total" in borrowers stats report

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Sep 7 09:45:23 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11668

--- Comment #5 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list