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, 3.22.x has been updated
       via  70ca305311cfdc7c56da5ce6cae8706d2bcacf80 (commit)
      from  853644230c2e792abbced63971eedf3903b4712a (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 70ca305311cfdc7c56da5ce6cae8706d2bcacf80
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Tue Sep 13 09:44:41 2016 +0100

    Bug 17294: Make reserves_stats.pl plack safe
    
    Lot of errors are raised by this script under plack because of var scope
    issues:
    
    Variable "$ccodes" is not available at
    /home/koha/src/reports/reserves_stats.pl line 337.
    Variable "$locations" is not available at
    /home/koha/src/reports/reserves_stats.pl line 338.
    Variable "$itemtypes" is not available at
    /home/koha/src/reports/reserves_stats.pl line 339.
    Variable "$Bsort1" is not available at
    /home/koha/src/reports/reserves_stats.pl line 344.
    Variable "$Bsort2" is not available at
    /home/koha/src/reports/reserves_stats.pl line 350.
    Variable "@patron_categories" is not available at
    /home/koha/src/reports/reserves_stats.pl line 356.
    
    The lazy way to fix that is that reinit them from the subroutines they
    are used.
    
    Test plan:
    Execute the report, after this patch applied you won't see the error in
    the log.
    
    Signed-off-by: Marc Véron <ve...@veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fisc...@bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <k...@bywatersolutions.com>
    (cherry picked from commit f66cc4dfcca243e6210c3323586efbfbd6cfe0cd)
    Signed-off-by: Frédéric Demians <f.demi...@tamil.fr>
    (cherry picked from commit 1ade46e5a4928ffd8ae4080b0f0f09c0b564ed13)
    Signed-off-by: Julian Maurice <julian.maur...@biblibre.com>

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

Summary of changes:
 reports/reserves_stats.pl |    6 ++++++
 1 file changed, 6 insertions(+)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to