[koha-commits] main Koha release repository branch master updated. v3.22.00-1335-gbba892f

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 12:27:02 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  bba892fde5e2a82bf7ca2ba0358c1c6bc390c94a (commit)
       via  586a6a89c2862eeabd86beb0f8ec28d941ef9906 (commit)
       via  7fd8911cbd29217adbdf0a1f1f6cb35fa1eea9f3 (commit)
       via  4e1d7a16896787cb4e874abce8fc051a3c12a3ae (commit)
      from  07e44886042cd29dd17e1f2aac1aeb6abc9df795 (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 bba892fde5e2a82bf7ca2ba0358c1c6bc390c94a
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 27 14:07:51 2016 +0000

    Bug 15534 [QA Followup] - Fix rule labels
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 586a6a89c2862eeabd86beb0f8ec28d941ef9906
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 27 13:31:13 2016 +0000

    Bug 15534 [QA Followup] - Use IsItemOnHoldAndFound instead of GetReserveStatus
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 7fd8911cbd29217adbdf0a1f1f6cb35fa1eea9f3
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Apr 18 13:21:12 2016 +0000

    Bug 15534 [QA Followup] - Remove superfluous lines from unit tests
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 4e1d7a16896787cb4e874abce8fc051a3c12a3ae
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Sat Feb 6 03:59:31 2016 +0000

    Bug 15534 - Add the ability to prevent a patron from placing a hold on a record with available items
    
    Some libraries would like to prevent patrons from placing holds on
    items where there are other items available for the patron to
    check out.
    
    Test Plan:
    1) Apply this patch
    2) Browse to the circulation rules
    3) Note the new option for "On shelf holds allowed"
    4) Set the rule to "If all unavailable", set "item level holds" to allow
    5) Find a patron/branch/itemtype applicable to this rule
    6) Ensure at least one item on the record is available for the
       patron to check out
    7) Attempt to place a hold for the item
    8) Note you cannot place the hold
    9) Check the available item out to another patron
    10) Note you can now place a hold for the first patron
    
    Signed-off-by: Andreas Hedström Mace <andreas.hedstrom.mace at sub.su.se>
    
    Works as intended!
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Reserves.pm                                     |   26 ++++-
 .../prog/en/modules/admin/smart-rules.tt           |   12 +-
 .../Holds/DisallowHoldIfItemsAvailable.t           |  118 ++++++++++++++++++++
 3 files changed, 153 insertions(+), 3 deletions(-)
 create mode 100755 t/db_dependent/Holds/DisallowHoldIfItemsAvailable.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list