From 56b9412562599d1decabb27e7d4f562ec63c005a 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 Signed-off-by: Chris Cormack --- C4/Circulation.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 12eece4b65..be6258433a 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; -- 2.39.5