[koha-commits] main Koha release repository branch master updated. v16.05.00-1036-gee719cf

Git repo owner gitmaster at git.koha-community.org
Thu Oct 13 17:32:44 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  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.druart at 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 <oleonard at myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>

commit 807ee1daa02f4bafe8da5689e74d76e997e7b5b8
Author: Jonathan Druart <jonathan.druart at 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 <oleonard at myacpl.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan Gallagher <brendan at 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


More information about the koha-commits mailing list