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  43418ae9f088f023b1d398ab30faaebb9c00cbf5 (commit)
      from  ed63510fdc0e5a8f8681f0c25b442762315c141d (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 43418ae9f088f023b1d398ab30faaebb9c00cbf5
Author: Kyle M Hall <k...@bywatersolutions.com>
Date:   Thu Feb 4 19:41:57 2016 +0000

    Bug 14514 - LocalHoldsPriority and the HoldsQueue conflict with each other
    
    It appears that the LocalHoldsPriority feature and the Holds Queue are
    fundamentally at odds with each other.
    
    The problem appears to be that both are attempting to choose the best
    way to fill holds. When you are using the holds queue and you check in
    an item that has been selected by the holds queue builder, that part of
    Koha where the LocalHoldsPriority feature lives doesn't get to see all
    the holds in order to pick the best one. Instead only the hold selected
    by the holds queue builder is returned so to the LocalHoldsPriority
    feature, that is only one hold to pick from!
    
    Test Plan:
    1) Apply this patch
    2) prove t/db_dependent/HoldsQueue.t
    3) All tests should pass
    
    Signed-off-by: Barton Chittenden bar...@bywatersolutions.com
    Signed-off-by: Dani Elder <d...@bywatersolutions.com>
    
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    
    Signed-off-by: Brendan Gallagher <bren...@bywatersolutions.com>

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

Summary of changes:
 C4/HoldsQueue.pm            |   54 ++++++++++++++++++++++++++++
 t/db_dependent/HoldsQueue.t |   82 ++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 135 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to