[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-59-g64c7956

Git repo owner gitmaster at git.koha-community.org
Mon Dec 30 10:34:58 CET 2013


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.14.x has been updated
       via  64c79561bbabf6476fb72c27435789f4dd19180a (commit)
      from  038405724a153ead16699f2078073027d364798a (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 64c79561bbabf6476fb72c27435789f4dd19180a
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Wed Oct 30 10:28:49 2013 +0100

    Bug 11166: make library filter in funds administration page more precise
    
    In funds administration, admin/aqbudgets.pl, there is a combobox for
    filtering by library code.
    
    The bug is that the filter uses a pattern match  instead of equals :
      next unless $budget->{budget_branchcode} =~ m/$filter_budgetbranch/;
    
    In this case, if there is a library with code '1' and one with code '12',
    filtering by library '1' will also show funds of library '12'.
    
    Test plan :
    - Create a library with code '1' and one with code '12'
    - Create funds in both libraries
    - Go to admin/aqbudgets.pl
    - Filter by branch '12'
    => You see only funds of this library
    - Filter by branch '1'
    => You see only funds of this library
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 484d1490925d736f99a430a6933c96e42ea4e768)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 admin/aqbudgets.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list