Bugzilla – Attachment 9560 Details for
Bug 8077
overdues with fines won't run
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8077 - overdues with fines won't run
Bug-8077---overdues-with-fines-wont-run.patch (text/plain), 861 bytes, created by
Kyle M Hall
on 2012-05-14 12:51:03 UTC
(
hide
)
Description:
Bug 8077 - overdues with fines won't run
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-05-14 12:51:03 UTC
Size:
861 bytes
patch
obsolete
>From 09cafb24a82e809e0a1789f883e2463dee65274f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 14 May 2012 08:49:57 -0400 >Subject: [PATCH] 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 >--- > circ/branchoverdues.pl | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > >diff --git a/circ/branchoverdues.pl b/circ/branchoverdues.pl >index dc89d60..c81547e 100755 >--- a/circ/branchoverdues.pl >+++ b/circ/branchoverdues.pl >@@ -27,6 +27,7 @@ use C4::Biblio; > use C4::Koha; > use C4::Debug; > use C4::Branch; >+use Koha::DateUtils; > use Data::Dumper; > > =head1 branchoverdues.pl >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 8077
:
9560
|
9562