]> git.koha-community.org Git - koha.git/commit
Bug 8077 - overdues with fines won't run
authorKyle M Hall <kyle@bywatersolutions.com>
Mon, 14 May 2012 12:49:57 +0000 (08:49 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 21 May 2012 18:16:00 +0000 (06:16 +1200)
commitba136a93516231e40811251e4727b602629c81ec
treedfc895d39504e463d5294b942f7a0d5eb3f06ab0
parent1e9e2e76a0741d04364191ec88afa3a322ae3405
Bug 8077 - overdues with fines won't run

When I try to run the overdues with fines report I get the following:
Software error:
Undefined subroutine &main::dt_from_string called at
kohaclone/circ/branchoverdues.pl line 116.

Fixed by add a use line for Koha::DateUtils to branchoverdues.pl

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
circ/branchoverdues.pl