Bugzilla – Attachment 35920 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]
[PASSED QA] Bug 13684: C4::Budgets should not be used in C4::Output
PASSED-QA-Bug-13684-C4Budgets-should-not-be-used-i.patch (text/plain), 907 bytes, created by
Katrin Fischer
on 2015-02-14 17:19:08 UTC
(
hide
)
Description:
[PASSED QA] Bug 13684: C4::Budgets should not be used in C4::Output
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2015-02-14 17:19:08 UTC
Size:
907 bytes
patch
obsolete
>From 3672a2aab2c382ea08162b6533f927f5fa81620a 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] [PASSED QA] 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. > >Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com> >It makes sense and no runtime errors found. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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); >-- >1.9.1
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