[koha-commits] main Koha release repository branch master updated. v3.22.00-1365-g28eb6db

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 13:44:58 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  28eb6db0d1718d356d9e99c77c5519774496f607 (commit)
       via  caa753388ade8515a05ea4b70cf9c58dd14a51a7 (commit)
      from  b46f4128ea250010b644aa55b544c3c663a7fd17 (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 28eb6db0d1718d356d9e99c77c5519774496f607
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Mar 16 18:00:20 2016 +0000

    Bug 14577 [QA Followup]
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit caa753388ade8515a05ea4b70cf9c58dd14a51a7
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Feb 11 01:23:09 2016 +0000

    Bug 14577 - Allow restriction of checkouts based on fines of guarantor's guarantees
    
    This enhancment allows a library to prevent patrons from checking out
    items if his or her guarantees own too much.
    
    Test Plan:
    1) Apply this patch
    2) Find or create a patron with a guarantor
    3) Add a fine to the patron's account
    4) Set the new system preference NoIssuesChargeGuarantees to be less
       than the amount owed by the patron
    4) Attempt to check out an item to the guarantor, you will either
       be warned or prevented from checking out based on your system
       settings.
    
    Signed-off-by: Cathi Wiggin <CWIGGINS at arcadiaca.gov>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                  |   25 ++++++++
 C4/Members.pm                                      |   23 +++++++
 Koha/Patron.pm                                     |    3 +-
 circ/circulation.pl                                |   15 +++++
 installer/data/mysql/atomicupdate/bug_14577.sql    |    2 +
 installer/data/mysql/sysprefs.sql                  |    1 +
 .../en/modules/admin/preferences/circulation.pref  |    5 ++
 .../prog/en/modules/circ/circulation.tt            |   45 +++++++++----
 .../en/modules/circ/circulation_batch_checkouts.tt |   11 +++-
 .../Circulation/NoIssuesChargeGuarantees.t         |   67 ++++++++++++++++++++
 10 files changed, 181 insertions(+), 16 deletions(-)
 create mode 100644 installer/data/mysql/atomicupdate/bug_14577.sql
 create mode 100644 t/db_dependent/Circulation/NoIssuesChargeGuarantees.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list