https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16760

--- Comment #1 from Galen Charlton <[email protected]> ---
I was able to reproduce this when running under Plack. Turning on warnings in
issues_stats2.pl shows the problem:

Variable "@filters" is not available at
/usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 223.
Variable "$itemtypes" is not available at
/usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 309.
Variable "$ccodes" is not available at
/usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 313.
Variable "$locations" is not available at
/usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 314.
Variable "$Bsort1" is not available at
/usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 318.
Variable "$Bsort2" is not available at
/usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 323.
Variable "$categoryloop" is not available at
/usr/share/koha/intranet/cgi-bin/reports/issues_stats.pl line 328.
...

In particular, because $itemtypes is not carried over into the calculate
subroutine, no display labels are found.

-- 
You are receiving this mail because:
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/

Reply via email to