[koha-commits] main Koha release repository branch new/bug_2830 created. v3.06.00-258-g6e07fd7

Git repo owner gitmaster at git.koha-community.org
Fri Dec 16 17:42:43 CET 2011


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_2830 has been created
        at  6e07fd7b004b5cb16ea0bec764993c1e9ffe153c (commit)

- Log -----------------------------------------------------------------
commit 6e07fd7b004b5cb16ea0bec764993c1e9ffe153c
Author: Srdjan Jankovic <srdjan at catalyst.net.nz>
Date:   Thu Oct 13 16:57:41 2011 +1300

    bug_2830: Remove reserve when checking out if the borrower is not the first one in the reserve queue
    
    To test:
    Create 4 holds on a bib, for patrons A, B, C, and D,
    
    Check in the item to mark hold as waiting for patron A
    Check out the item to patron B -> reserve for patron B should be removed
    Check in the item to mark hold as waiting for patron A
    Check out the item to Patron A, hold should complete normally
    Check in the item to mark hold as waiting for patron C
    Check out the item to patron D -> reserve for patron D should be removed.
    Check in the item to mark hold as waiting for patron C
    Check out the item to patron C, hold should complete normally
    Check in the item -> there should be no more reserves.
    
    We also tested:
    Created 4 holds on a bib with two items, for patrons A, B, C, and D
    
    All worked as expected.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list