[koha-commits] main Koha release repository branch new/bug_8559 created. v3.08.00-1324-g746302a

Git repo owner gitmaster at git.koha-community.org
Wed Nov 28 23:03:52 CET 2012


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, new/bug_8559 has been created
        at  746302a19c38e81299372db1c87802e483740683 (commit)

- Log -----------------------------------------------------------------
commit 746302a19c38e81299372db1c87802e483740683
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 4 07:11:50 2012 -0400

    Bug 8559 - conflicting item statuses - QA Followup
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 82d1fe4086f639c9f5e7a9b1ebcfa7955c65f860
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Sep 17 09:06:38 2012 -0400

    Bug 8559 - conflicting item statuses - Force cancel or revert
    
    If a librarian checks out a waiting hold to a different patron
    it gives the item conflicting statuses. The item will show as both
    checked out to the different patron, and waiting for the original
    patron.
    
    This patch fixes this by not allowing this situation to occurr. If
    a librarian attempts to issue an item that is waiting for a different
    patron, the system will force the librarian to choose to
    a) not issue the item
    b) issue the item, and cancel the waiting hold
    c) issue the item, and revert the waiting hold
    
    In this scenario, reverting the waiting hold means to push it back
    on the reserves queue as a hold with a priority of 1, which will push
    the priorities of any existing holds back by 1 as well. It will become
    an item level hold for the given item, as we cannot know if the hold
    was item-level or bib-level given the data we have about the hold.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    All three cases tested, correct outcome each time
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list