[koha-commits] main Koha release repository branch master updated. v16.11.00-190-g767a33a

Git repo owner gitmaster at git.koha-community.org
Fri Jan 13 12:44:34 CET 2017


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  767a33a91eb58a1ec68bdfb6c159dd5d59e39209 (commit)
      from  81585647ef6ab330cf3d7e6cb80717aa7bf891b9 (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 767a33a91eb58a1ec68bdfb6c159dd5d59e39209
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 7 03:21:43 2016 +0000

    Bug 17741: Use Koha::Patron->holds when deleting a patron
    
    There is a TODO in Koha::Patron->delete, this method should call the
    Koha::Patron->holds to retrieve the holds made by the patron we are
    removing instead of calling Koha::Holds->search
    
    Test plan:
      prove t/db_dependent/Koha/Patrons.t
    Should return green
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Patron.pm |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list