From a21400d69ba3dbe6982f8373a02bd17556920b37 Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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