Bugzilla – Attachment 45144 Details for
Bug 15242
Missing subroutine in overdue_notices.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15242 - Missing subroutine in overdue_notices.pl
Bug-15242---Missing-subroutine-in-overduenoticespl.patch (text/plain), 1.09 KB, created by
Jonathan Druart
on 2015-11-25 15:27:43 UTC
(
hide
)
Description:
Bug 15242 - Missing subroutine in overdue_notices.pl
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-11-25 15:27:43 UTC
Size:
1.09 KB
patch
obsolete
>From 28400653ec5b7e91221ee6bffbeb89c38f511663 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Tue, 24 Nov 2015 19:23:53 +0000 >Subject: [PATCH] Bug 15242 - Missing subroutine in overdue_notices.pl > >This patch changes the call to parse_overdues_letter to use the full >namespace to ensure the subroutine can be found. > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > misc/cronjobs/overdue_notices.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl >index 3cc25f9..98b0a25 100755 >--- a/misc/cronjobs/overdue_notices.pl >+++ b/misc/cronjobs/overdue_notices.pl >@@ -40,7 +40,7 @@ use DateTime::Duration; > use C4::Context; > use C4::Debug; > use C4::Letters; >-use C4::Overdues qw(GetFine GetOverdueMessageTransportTypes); >+use C4::Overdues qw(GetFine GetOverdueMessageTransportTypes parse_overdues_letter); > use C4::Budgets qw(GetCurrency); > use C4::Log; > use Koha::Borrower::Debarments qw(AddUniqueDebarment); >-- >2.1.0
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 15242
:
45105
|
45115
|
45124
|
45137
| 45144