Bug 6755 Follow up, fixing broken call to themelanguage
authorChris Cormack <chrisc@catalyst.net.nz>
Mon, 26 Sep 2011 10:13:18 +0000 (23:13 +1300)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 26 Sep 2011 10:13:18 +0000 (23:13 +1300)
C4/Reports/Guided.pm

index 20213f0..f262161 100644 (file)
@@ -25,7 +25,7 @@ use Carp;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
 use C4::Context;
 use C4::Dates qw/format_date format_date_in_iso/;
-use C4::Output;
+use C4::Templates;
 use C4::Dates;
 use XML::Simple;
 use XML::Dumper;