[koha-commits] main Koha release repository branch master updated. v3.22.00-840-g0391709

Git repo owner gitmaster at git.koha-community.org
Fri Mar 11 16:17:42 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, master has been updated
       via  0391709c285235b7d928a3eaeebb8a981524b329 (commit)
      from  4e9143e214b31dfb52c784029ad98c40af7584b4 (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 0391709c285235b7d928a3eaeebb8a981524b329
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>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

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