http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15230 Bug ID: 15230 Summary: Remove unused file circ/stats.pl from system Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: trivial Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: veron@veron.ch QA Contact: testopia@bugs.koha-community.org circ/stats.pl and koha-tmpl/intranet-tmpl/prog/en/modules/circ/stats.tt seem not to be used. To verify: git grep '/stats.pl' koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation-home.tt:<!-- <li> <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily koha-tmpl/intranet-tmpl/prog/en/modules/circ/stats.tt: <li><a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">yesterday</a></l koha-tmpl/intranet-tmpl/prog/en/modules/circ/stats.tt: <li><a href="/cgi-bin/koha/circ/stats.pl?time=today">today</a></li> The reference to stats.pl in circulation-home.tt is commented out. -- You are receiving this mail because: You are watching all bug changes.