Bug 7036 de-nesting C4::Circulation
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 16 Sep 2011 22:30:44 +0000 (00:30 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 18 Oct 2011 14:47:31 +0000 (03:47 +1300)
Just removing use C4::Koha, as other packages are widely used.

Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Circulation.pm

index 12eece4..be62584 100644 (file)
@@ -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;