Bug 13684: C4::Budgets should not be used in C4::Output
authorJonathan Druart <jonathan.druart@biblibre.com>
Mon, 9 Feb 2015 16:43:48 +0000 (17:43 +0100)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 17 Feb 2015 02:36:40 +0000 (23:36 -0300)
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

index 6a9d33e..7f78a1d 100644 (file)
@@ -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);