[koha-commits] main Koha release repository branch new/bug_8408 created. v3.08.00-541-g8231238

Git repo owner gitmaster at git.koha-community.org
Wed Aug 1 17:43:13 CEST 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_8408 has been created
        at  82312383117ec5df678262391ba7a17e94b75336 (commit)

- Log -----------------------------------------------------------------
commit 82312383117ec5df678262391ba7a17e94b75336
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Jul 10 10:57:46 2012 -0400

    Bug 8408 - Odd OPAC message when OPAC Renewals are disabled and OPACFineNoRenewals is set to blank
    
    If OpacRenewalAllowed is set to "Don't allow" and OPACFineNoRenewals is set to blank ( i.e. disabled ).
    A user who owes any fines, when logged in to the OPAC will receive the following message:
    
        Please note: You have more than 0.00 in fines.
    
    This is a rather odd message, and is not very sensible. The message should either be modified or removed altogether.
    
    This patch modifies the message to the following:
    
        Please note: You currently owe $fines in fines
    
    where $fines in the formatted amount the borrower currently owes
    in fines.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    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