From 3aba7b67731a1f470b8294cea4e81f40bb7f6157 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sat, 17 Sep 2011 00:30:44 +0200 Subject: [PATCH] Bug 7036 de-nesting C4::Circulation Just removing use C4::Koha, as other packages are widely used. Signed-off-by: Ian Walls --- C4/Circulation.pm | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 42a8b2d..366ca63 100644 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -24,7 +24,6 @@ use strict; use C4::Context; use C4::Stats; use C4::Reserves; -use C4::Koha; use C4::Biblio; use C4::Items; use C4::Members; -- 1.7.4.1