[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.04-60-gb19659e

Git repo owner gitmaster at git.koha-community.org
Mon Mar 14 10:06:07 CET 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, 3.22.x has been updated
       via  b19659e3043e5999b178add460020592e9c5c00c (commit)
      from  df034e819188e4767a705d5a74b44dd97dcb6e50 (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 b19659e3043e5999b178add460020592e9c5c00c
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Wed Mar 9 01:41:33 2016 +0000

    Bug 16009: fix GetMember() search on NULL/undef values
    
    This patch fixes a bug whereby GetMember(searchfield => undef)
    (i.e., searching for patron records where 'searchfield' is NULL)
    would crash.
    
    This fixes a regression introduced by bug 15344 that in turn
    exposed a long-standing bug in GetMember().
    
    To test:
    
    [1] Import some offline circulation transactions that include at
        least one return.
    [2] Attempt to view the list of pending transactions; a crash
        will occur.
    [3] Apply the patch and view the list of pending transactions again;
        this time, it should work.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list