[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.16-3-g91120fe

Git repo owner gitmaster at git.koha-community.org
Thu Feb 9 09:55:41 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, 3.22.x has been updated
       via  91120fee8c0d60c733c2b0c08030451d378e5e82 (commit)
       via  809b0a28b7b2e9c76fad671fa1ed82cf45d7ed97 (commit)
      from  bd3188a2b38afdd51af6ca16f0955f5bd7cfe61d (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 91120fee8c0d60c733c2b0c08030451d378e5e82
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>
    (cherry picked from commit 63f7cbc777521c33f8ada3e1068be01b98da9050)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 9b23c350862a3215671aca173330dd25a92b78af)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 809b0a28b7b2e9c76fad671fa1ed82cf45d7ed97
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>
    (cherry picked from commit 11dfb2e0b2d32c313f556b623ee8522b4342af26)
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    (cherry picked from commit 32c8bf4a3dbcd1b15de5221589c974ef78b6b1e6)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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