[koha-commits] main Koha release repository branch new/bug_8975 created. v3.08.00-1240-g4f986f3

Git repo owner gitmaster at git.koha-community.org
Tue Nov 20 13:43:55 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_8975 has been created
        at  4f986f34e211d16330d38fa393250b1bbf55597e (commit)

- Log -----------------------------------------------------------------
commit 4f986f34e211d16330d38fa393250b1bbf55597e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 2 11:40:52 2012 -0400

    Bug 8975 - search results should say on order in staff client
    
    In order to allow holds on items with notforloan = -1, processing
    of "unavailable" items in Search.pm was altered to exclude items
    with notforloan < 0. (See Bug 2341: items marked 'on order' not
     reserveable from search results). Doing so meant that such items
    were excluded from the list, in staff client search results, of
    items which are unavailable.
    
    This patch changes the logic of that processing so that items
    with notforloan < 0 are considered unavailable, but can still
    be placed on hold.
    
    To test, edit a record with a single item and view that record
    in search results. When the item is is on order (notforloan -1)
    it should say so. The holds link should be INactive only if:
    
    - item is withdrawn AND/OR
    - item is lost AND/OR
    - item is damaged (and AllowHoldsOnDamagedItems is off) AND/OR
    - item is not for loan, with notforloan > 0
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    
    All tests pass (note that a reindex is required if changing item
    statuses - which is why my first tests failed).
    
    Passed-QA-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