Bug 7037 de-nesting C4/Print.pm
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 16 Sep 2011 22:31:10 +0000 (00:31 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 18 Oct 2011 14:48:21 +0000 (03:48 +1300)
removing use C4::Circulation, that is useless

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Print.pm

index 09c18bf..2ba7584 100644 (file)
@@ -20,7 +20,6 @@ package C4::Print;
 use strict;
 #use warnings; FIXME - Bug 2505
 use C4::Context;
-use C4::Circulation;
 use C4::Members;
 use C4::Dates qw(format_date);