]> git.koha-community.org Git - koha.git/commit
Bug 8267 - Overdue notices not working
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 18 Jun 2012 14:08:23 +0000 (10:08 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Sat, 23 Jun 2012 08:30:05 +0000 (20:30 +1200)
commit286f911b2d5ddc1badd815181cb089292de1c7cb
tree54fdd9c2c003701ac5cbbf4fd30da76f53c9633b
parentd43ec92b6cb3fe33fe8dbd626aec2a005a212c5d
Bug 8267 - Overdue notices not working

The variable $i was being re-used and overwriting the necessary value that was being passed to a subroutine. Renaming $i to $j fixed it. I also added an extra safety check within parse_letter that would also have prevented this bug.

Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
misc/cronjobs/overdue_notices.pl