Koha/koha-tmpl/intranet-tmpl/prog/en/modules
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
..
acqui Bug 5445: Nicer breadcrumbs when ordering from different sources 2011-04-27 16:10:46 +12:00
admin bug 6442 change opacnav wording so it's more accurate 2011-06-04 19:53:27 +12:00
authorities Bug 6232: Impossible to link authorities to bibliographic records 2011-04-22 07:24:52 +12:00
basket Fix for Bug 6337 - Variable scope errors in staff client cart print view 2011-06-04 19:55:31 +12:00
batch Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
catalogue Bug 6472: HidePatronName on detail page broken 2011-06-08 14:28:21 +12:00
cataloguing BUG6067 When Add Duplicate changing framework would loose data 2011-06-07 16:39:48 +12:00
circ Fix for Bug 6487 - No error explanation if patron expiration date is missing 2011-06-10 10:49:43 +12:00
errors Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
help Bug 5268: Change all occurances of 'debar' to 'restrict' 2011-06-07 11:28:01 +12:00
installer bug 6227: remove search engine question from installer 2011-04-21 13:39:33 +12:00
labels Bug 6343: TT issues in label creator 2011-05-26 09:16:41 +12:00
maint Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
members Bug 5268: Change all occurances of 'debar' to 'restrict' 2011-06-07 11:28:01 +12:00
offline_circ Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
patroncards Bug 6415: Can't make patron card batch 2011-05-29 16:00:57 +12:00
reports Fix for Bug 6417 - Template variable errors in Guided Reports 2011-05-29 13:48:50 +12:00
reserve Fix for Bug 6332, Hold forms missing 'clear date' link 2011-05-29 13:43:18 +12:00
reviews Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
rotating_collections Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
serials Remove a typo from serials-edit template 2011-06-10 10:17:09 +12:00
sms Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
suggestion Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
tags Fix for Bug 6378 - Misaligned columns on tags approval page 2011-05-29 13:27:41 +12:00
test Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
tools Bug 5268: Change all occurances of 'debar' to 'restrict' 2011-06-07 11:28:01 +12:00
virtualshelves Fix for Bug 6238 - Checkboxes in staff's list view are missing 2011-04-22 07:12:44 +12:00
z3950 Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
about.tt Bug 6350 Adding Fridolyn Somers to the history 2011-06-03 14:31:54 +12:00
auth.tt Bug 5917 : Swapping templates over 2011-04-10 20:38:30 +12:00
intranet-main.tt Bug 6158: Permissions scoped wrong for T::T 2011-04-12 09:16:27 +12:00