[koha-commits] main Koha release repository branch master updated. v16.11.00-189-g8158564

Git repo owner gitmaster at git.koha-community.org
Fri Jan 13 12:43:09 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  81585647ef6ab330cf3d7e6cb80717aa7bf891b9 (commit)
      from  3371b08123ad5848ee6202c1ac8609276c46f9a1 (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 81585647ef6ab330cf3d7e6cb80717aa7bf891b9
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Dec 7 14:42:41 2016 +0100

    Bug 17740: Add the Koha::Patron->holds method
    
    The goal of this method is to replace
    C4::Reserves::GetReservesFromBorrowernumber but could be reused for
    something else, that's why it has its own bug report.
    
    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>
    Rebased. Edited two test descriptions.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Patron.pm                |   14 +++++++++
 t/db_dependent/Koha/Patrons.t |   64 ++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 77 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list