[koha-commits] main Koha release repository branch master updated. v16.05.00-243-g8ca55a7

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 14:47:08 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  8ca55a7fb37ac50103de978f82408776fc06b7bb (commit)
      from  c7596a489473bc294e04690f21b7a9d612f34abd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8ca55a7fb37ac50103de978f82408776fc06b7bb
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Tue Jul 5 16:22:39 2016 +0000

    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 at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 reports/issues_stats.pl |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list