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  ee719cf10cf2f1c81de485228a98fc33e0f0c81b (commit)
       via  807ee1daa02f4bafe8da5689e74d76e997e7b5b8 (commit)
      from  ef0b0f13fcba4605f99386d4c2bdd87e82234493 (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 ee719cf10cf2f1c81de485228a98fc33e0f0c81b
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Mon Jul 4 12:21:19 2016 +0100

    Bug 16850: Remove C4::Members::IsMemberBlocked
    
    This subroutine is only called once and can be replaced with a call to
    is_debarred and has_overdues.
    Note that prior to this patch, IsMemberBlocked copy/paste code from
    HasOverdues, which did not make sense.
    
    Test plan:
    Debar a patron and make sure he is not able to checkout (the librarian
    is asked to overwrite if OverduesBlockCirc is set to 'confirmation')
    Remove the debarment and add overdues to this patron, same as
    previously, the checkout should be blocked
    
    Signed-off-by: Owen Leonard <oleon...@myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    
    Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

commit 807ee1daa02f4bafe8da5689e74d76e997e7b5b8
Author: Jonathan Druart <jonathan.dru...@bugs.koha-community.org>
Date:   Mon Jul 4 12:19:46 2016 +0100

    Bug 16850: Add test coverage for CanBookBeIssued
    
    Signed-off-by: Owen Leonard <oleon...@myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomasco...@theke.io>
    
    Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm            |   31 +++++++++++----------
 C4/Members.pm                |   44 ------------------------------
 t/db_dependent/Circulation.t |   61 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 76 insertions(+), 60 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