Koha/koha-tmpl/intranet-tmpl/prog/en
Owen Leonard 84a8c9a522 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@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
2011-06-10 10:49:43 +12:00
..
css Follow-up fix for Bug 6170 'More options' in advanced search broken 2011-05-29 13:54:34 +12:00
includes Bug 6229: Message preferences on patron details tab broken 2011-04-22 06:48:50 +12:00
js Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
lib Merge remote branch 'kc/new/enh/bug_3659' into kcmaster 2011-03-15 15:58:26 +13:00
modules Fix for Bug 6487 - No error explanation if patron expiration date is missing 2011-06-10 10:49:43 +12:00
xslt Bug 6231: some system preferences in XSLT broken 2011-04-22 07:20:39 +12:00
columns.def Bug 5268: Change all occurances of 'debar' to 'restrict' 2011-06-07 11:28:01 +12:00