[koha-commits] main Koha release repository branch master updated. v16.05.00-732-gac13b03

Git repo owner gitmaster at git.koha-community.org
Fri Sep 9 13:26:59 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  ac13b03ff21e169b492a260a3eced21500c43fd2 (commit)
       via  7e4e4c06e67c455c9b429d6b619ec502d17a753a (commit)
      from  dc847cabdfd5a90289b6f883a495537af2445643 (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 ac13b03ff21e169b492a260a3eced21500c43fd2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Sep 9 10:21:33 2016 +0000

    Bug 16851 [QA Followup] - Fix Unit Tests
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7e4e4c06e67c455c9b429d6b619ec502d17a753a
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 4 17:56:54 2016 +0100

    Bug 16851: Move HasOverdues to Koha::Patron->has_overdues
    
    This patch just move C4::Members::HasOverdues to
    Koha::Patron->has_overdues and updated callers
    
    Test plan:
    No change in behavior is expected.
    1/ If a patron is debarred and does not have overdues and
    AutoRemoveOverduesRestrictions is on, the debarment will be removed on
    checkin
    2/ Add overdues and make sure the patron cannot renew
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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                 |    9 +++++----
 C4/Members.pm                     |   16 ----------------
 Koha/Patron.pm                    |   14 ++++++++++++++
 Koha/Template/Plugin/Borrowers.pm |    2 +-
 t/db_dependent/Koha/Patrons.t     |   36 +++++++++++++++++++++++++++++++++++-
 5 files changed, 55 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list