[koha-commits] main Koha release repository branch master updated. v16.11.00-275-g63f7cbc

Git repo owner gitmaster at git.koha-community.org
Fri Jan 20 14:46:23 CET 2017


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  63f7cbc777521c33f8ada3e1068be01b98da9050 (commit)
       via  11dfb2e0b2d32c313f556b623ee8522b4342af26 (commit)
      from  743dbe3e6423f51ae93477ef58a9d696661bf2cd (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 63f7cbc777521c33f8ada3e1068be01b98da9050
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jan 13 18:06:34 2017 +0000

    Bug 8361 (QA Followup) Add warnings
    
     - Added message to circulation.tt to warn if rule undefined for
    patron/itemtype combination
    
    To test:
    1 - Remove all circ rules
    2 - Add one rule
    3 - Checkout to patron an itemtype that is outside of rule
    defined above
    4 - Note explanation that no rule is defined
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 11dfb2e0b2d32c313f556b623ee8522b4342af26
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 22 11:23:23 2016 +0000

    Bug 8361: Do not allow checkouts if no rules are defined
    
    We should require a circulation rule to allow checkouts and reject them
    if no rules are defined.
    
    Test plan:
    - Delete all issuing rules
    - Check an item out
    => Without this patch the checkout is allowed
    => With this patch applied it is rejected
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Circulation.pm                                          |    4 ++++
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt      |    6 +++++-
 t/db_dependent/Circulation/TooMany.t                       |   12 ++++++------
 3 files changed, 15 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list