Bug 16760: fix Circulation Statistics wizard under Plack
authorGalen Charlton <gmcharlt@gmail.com>
Tue, 5 Jul 2016 16:22:39 +0000 (16:22 +0000)
committerFrédéric Demians <f.demians@tamil.fr>
Mon, 1 Aug 2016 08:37:35 +0000 (10:37 +0200)
commit01b0fe1aa85364611b93eafd7f30a2665a228e3c
treee62ead05cf4b42340b2124e5a249dab780320516
parentc575ed3f2092f71279d30be42ec33ab4f3aa535c
Bug 16760: fix Circulation Statistics wizard under Plack

This patch fixes some variable scoping problems when running
the circulation statistics wizard under Plack.  For example,
when using the item type as a row header, with this patch the
item type description is displayed rather than "UKNOWN VALUE".

This patch also enables warnings and fixes a couple variable
initialization issues. (Note that turning on warnings across
the board would make it easier to identify Plack variable scoping
issues, as "Variable "$foo" is not available at' errors would
be recorded in the Plack error log).

To test
-------
[1] Run the staff interface under Plack.
[2] Go to the Circulation Statistics Wizard and run a report
    using item type as the row. Note that the row labels
    display as "UNKNOWN VALUE" rather than the item type.
[3] Apply the patch and restart Plack.
[4] Run step #2 again; this time, the item type descriptions should
    be used as the row labels.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 8ca55a7fb37ac50103de978f82408776fc06b7bb)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
reports/issues_stats.pl