[koha-commits] main Koha release repository branch new/bug_9392 created. v3.08.00-1737-g755decf

Git repo owner gitmaster at git.koha-community.org
Sat Feb 9 03:36:51 CET 2013


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_9392 has been created
        at  755decfd892c5411d8ead67e44013307933cf6e9 (commit)

- Log -----------------------------------------------------------------
commit 755decfd892c5411d8ead67e44013307933cf6e9
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Tue Jan 15 09:24:25 2013 +0100

    Bug 9392: confirmation does not appear for negative notforloan items issues
    
    When checking-out an item marked "not for loan" with a positive value,
    you get a message to forbid or confirm issue (depending on
    AllowNotForLoanOverride syspref).  For an item with a negative value
    (usually during acquisition process), the issue is made without forbid
    or confirm message.
    
    This patch simply changes the test notforloan > 0 into notforloan != 0.
    
    Test plan :
    - Checkout an item with items.notforloan = 0
    => The item is issued without message
    - Checkout an item with items.notforloan > 0
    => A message forbids or asks confirmation to override
    - Checkout an item with items.notforloan < 0 (e.g., on order)
    => A message forbids or asks confirmation to override
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Checked with AllowNotForLoanOverride on and off.
    All tests and QA script pass.
    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