[koha-commits] main Koha release repository branch, new/bug_6487, created. v3.04.00-116-g84a8c9a

Git repo owner gitmaster at git.koha-community.org
Fri Jun 10 00:52:37 CEST 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_6487 has been created
        at  84a8c9a52222355dc298d00164f363f37e9a400c (commit)

- Log -----------------------------------------------------------------
commit 84a8c9a52222355dc298d00164f363f37e9a400c
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jun 8 10:07:32 2011 -0400

    Fix for Bug 6487 - No error explanation if patron expiration date is missing
    
    The script tries to parse the patron expiration date without
    checking that it is a valid date. If expiration date is empty
    it doesn't get caught along with past expiration dates.
    
    I wonder if this line was supposed to catch this problem:
    
    Line 233: if ( $warning_year*$warning_month*$warning_day==0
    
    This patch adds "!$borrower->{'dateexpiry'} ||" to that line.
    
    Signed-off-by: Nicole C. 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