Bug 8077

Summary: overdues with fines won't run
Product: Koha Reporter: Nicole C. Engard <nengard>
Component: CirculationAssignee: Kyle M Hall <kyle.m.hall>
Status: CLOSED FIXED QA Contact:
Severity: critical    
Priority: P1 - high CC: chris, gmcharlt, jonathan.druart, paul.poulain
Version: 3.8   
Hardware: All   
OS: All   
URL: cgi-bin/koha/circ/branchoverdues.pl
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: Bug 8077 - overdues with fines won't run
Bug 8077 - overdues with fines won't run

Description Nicole C. Engard 2012-05-11 18:18:04 UTC
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.
Comment 1 Kyle M Hall 2012-05-14 12:51:03 UTC Comment hidden (obsolete)
Comment 2 Nicole C. Engard 2012-05-14 13:10:14 UTC
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>
Comment 3 Jonathan Druart 2012-05-15 15:00:32 UTC
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)
Comment 4 Chris Cormack 2012-05-21 18:17:06 UTC
Small fix, no string changes, will be in 3.8.1