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.dru...@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.mora...@gmail.com>
    Signed-off-by: Marcel de Rooy <m.de.r...@rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <k...@bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to