[koha-commits] main Koha release repository branch master updated. v3.22.00-beta-81-g2036be0

Git repo owner gitmaster at git.koha-community.org
Mon Nov 23 15:37:05 CET 2015


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  2036be0b877103f7bce424f959e2f3c2df30856b (commit)
       via  5f19b24f86608f11d575b1a8dac8428e93ea4221 (commit)
      from  30a0365e915cce4e9b08bde790db69ef6d8ce9bd (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 2036be0b877103f7bce424f959e2f3c2df30856b
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Oct 26 08:30:57 2015 -0400

    Bug 15062: Holds queue with Transport Cost Matrix will transfer item even if transfers disabled
    
    If the transfer of an item from Library A to Library B is disabled in
    the Transport Cost Matrix, but the only item on a record is from Library
    A, the holds queue will request a transfer of that item from Library A
    to Library B even though the rules state such a transfer is not allowed!
    
    Test Plan:
    1) Enable the transport cost matrix
    2) For simplicity, leave all cells disabled on it, save this state.
       This state means that only items at each location should fill
       holds where the pickup library is that same location.
    3) Create a record with one item, set its home and holding branch
       to Library A
    4) Create a hold for pickup at Library B
    5) Rebuild the holds queue
    6) Note the transfer request for the item to Library B
    7) Apply this patch
    8) Rebuild the holds queue
    9) Note the transfer request is gone
    
    Signed-off-by: Andreas Hedström Mace <andreas.hedstrom.mace at sub.su.se>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 5f19b24f86608f11d575b1a8dac8428e93ea4221
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Nov 19 12:50:45 2015 +0000

    Bug 15062: Regression tests
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 C4/HoldsQueue.pm            |    4 ++--
 t/db_dependent/HoldsQueue.t |   49 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 50 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list