When I try to run the overdues with fines report I get the following: Software error: Undefined subroutine &main::dt_from_string called at /home/nengard/kohaclone/circ/branchoverdues.pl line 116.
Created attachment 9560 [details] [review] 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
Created attachment 9562 [details] [review] 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>
QA Comments: the routine dt_from_string is defined into the Koha::DateUtils module. We have to used it. Marking as Passed QA. (I checked for all occurrences of dt_from_string, others are good)
Small fix, no string changes, will be in 3.8.1