Bugzilla – Attachment 35757 Details for
Bug 13684
C4::Output uses C4::Budgets
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13684: C4::Budgets should not be used in C4::Output
Bug-13684-C4Budgets-should-not-be-used-in-C4Output.patch (text/plain), 735 bytes, created by
Jonathan Druart
on 2015-02-09 16:45:53 UTC
(
hide
)
Description:
Bug 13684: C4::Budgets should not be used in C4::Output
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-02-09 16:45:53 UTC
Size:
735 bytes
patch
obsolete
>From a21400d69ba3dbe6982f8373a02bd17556920b37 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 9 Feb 2015 17:43:48 +0100 >Subject: [PATCH] Bug 13684: C4::Budgets should not be used in C4::Output > >Bug 12844 removed the call to C4::Budgets::GetCurrency. >The use of this module can be completely removed from C4::Output. >--- > C4/Output.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Output.pm b/C4/Output.pm >index 6a9d33e..7f78a1d 100644 >--- a/C4/Output.pm >+++ b/C4/Output.pm >@@ -32,7 +32,6 @@ use URI::Escape; > > use C4::Context; > use C4::Dates qw(format_date); >-use C4::Budgets qw(GetCurrency); > use C4::Templates; > > use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); >-- >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 13684
:
35757
|
35758
|
35920