[koha-commits] main Koha release repository branch master updated. v16.05.00-360-ge1e3889

Git repo owner gitmaster at git.koha-community.org
Fri Jul 15 20:06:51 CEST 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  e1e38896bb6a6cb5bcc9fd4b6fc129f143d7406a (commit)
      from  81a9e7c88ee44fdfdd2f4f19b52150ce7176b1b7 (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 e1e38896bb6a6cb5bcc9fd4b6fc129f143d7406a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 4 11:29:16 2016 +0100

    Bug 16849: Move IsDebarred to Koha::Patron->is_debarred
    
    In order to move IsMemberBlocked to Koha::Patron it makes sense to move
    the code from Koha::Patron::Debarments::IsDebarred to
    Koha::Patron->is_debarred.
    
    Test plan:
    1/ Add a restriction to a patron
    2/ make sure he is not able to checkout items any more
    3/ Make sure he cannot get a discharge
    4/ Put a hold and make sure you get "Patron has restrictions"
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                           |    7 ++++---
 C4/Members.pm                               |    4 ++--
 Koha/Patron.pm                              |   20 ++++++++++++++++++++
 Koha/Patron/Debarments.pm                   |   23 -----------------------
 Koha/Patron/Discharge.pm                    |    4 ++--
 Koha/Template/Plugin/Borrowers.pm           |    4 ++--
 circ/circulation.pl                         |    4 ++--
 members/moremember.pl                       |    4 ++--
 opac/opac-reserve.pl                        |    4 ++--
 opac/opac-user.pl                           |    3 +--
 reserve/request.pl                          |    4 ++--
 t/db_dependent/Patron/Borrower_Debarments.t |    7 ++++---
 t/db_dependent/Patron/Borrower_Discharge.t  |    4 ++--
 13 files changed, 45 insertions(+), 47 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list