[koha-commits] main Koha release repository branch, new/bug_2341, created. v3.02.00-614-gf692123

Git repo owner gitmaster at git.koha-community.org
Thu Feb 3 10:00:21 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_2341 has been created
        at  f692123bf1b2b843d348a897852018caa04de76f (commit)

- Log -----------------------------------------------------------------
commit f692123bf1b2b843d348a897852018caa04de76f
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Sun Jan 30 21:43:55 2011 -0500

    Bug 2341: items marked 'on order' not reserveable from search results
    
    Items created as part of the acquisitions process, and assigned the temporary notforloan value of -1,
    cannot be placed on hold from the search results in either the OPAC or staff client (the link is missing).
    
    This patch changes the evaluation of items->notforloan from a Boolean (if $items->{notforloan}) to a comparison
    (if $items->{notforloan} > 0).  Any notforloan status with a negative value can therefore be reserved.
    
    Signed-off-by: Nicole Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list