From 2fefd7f349c55e92f968c0b1408953eecdedf40b Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 9 Feb 2015 17:43:48 +0100 Subject: [PATCH] [SIGNED OFF] 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 It makes sense and no runtime errors found. --- 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