From 0342705cf42f666125d1c9c9cb18a6650819ecb2 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 (cherry picked from commit 56b9412562599d1decabb27e7d4f562ec63c005a) Signed-off-by: Chris Nighswonger --- C4/Circulation.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Circulation.pm b/C4/Circulation.pm index 47068f9e58..70a00d54b9 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