From 86e9c29f54e16a276889b10c1245ad1588147e35 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sat, 17 Sep 2011 00:31:10 +0200 Subject: [PATCH] Bug 7037 de-nesting C4/Print.pm removing use C4::Circulation, that is useless Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- C4/Print.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Print.pm b/C4/Print.pm index 09c18bf977..2ba7584d2b 100644 --- a/C4/Print.pm +++ b/C4/Print.pm @@ -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); -- 2.11.0