Bug 7051 de-nesting C4::Reserve, 1st step
authorPaul Poulain <paul.poulain@biblibre.com>
Fri, 16 Sep 2011 22:32:54 +0000 (00:32 +0200)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 18 Oct 2011 15:02:27 +0000 (04:02 +1300)
C4::Search is not used, so removing it from C4::Reserves
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

C4/Reserves.pm

index c6ef295..f7a2e72 100644 (file)
@@ -27,7 +27,6 @@ use C4::Context;
 use C4::Biblio;
 use C4::Members;
 use C4::Items;
-use C4::Search;
 use C4::Circulation;
 use C4::Accounts;