[koha-commits] main Koha release repository branch new/bug_7919 updated. v3.08.00-1390-g7dacc32

Git repo owner gitmaster at git.koha-community.org
Wed Jan 2 22:51:00 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, new/bug_7919 has been updated
       via  7dacc32501fc890235624752407c71a9f1be1b0e (commit)
      from  3eec0e96ecac50c560640b4525f12adaf36b7122 (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 7dacc32501fc890235624752407c71a9f1be1b0e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Dec 17 11:04:07 2012 +0100

    Bug 7919: FIX the "all" categories method
    
    The C4::Category->all method must return fields from the categories
    table only.
    Without this patch, there is 2 "categorycode" values, the second one is
    sometimes undef (if no branch limitation).
    
    same for the GetBorrowercategoryList routine (some category codes are
    undefined)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Liz Rea <liz at catalyst.net.nz>
    Signed off for also fixing problems with patron searching noted by Katrin.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Problems fixed by this patch include:
    - on patron search result list the category description is shown again
    - it's possible to limit a patron search to a patron category again
    
    All tests pass.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 C4/Category.pm |    2 +-
 C4/Members.pm  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list