From ec06e45d9e5a16c4de6938976a4bfa892764309d 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 --- C4/Print.pm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/C4/Print.pm b/C4/Print.pm index 09c18bf..2ba7584d 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); -- 1.7.4.1