From 7631bae2b2e5f6f2f71ddc4fe841816cd4688047 Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Sat, 17 Sep 2011 00:32:54 +0200 Subject: [PATCH] Bug 7051 de-nesting C4::Reserve, 1st step C4::Search is not used, so removing it from C4::Reserves Signed-off-by: Ian Walls Signed-off-by: Chris Cormack --- C4/Reserves.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/C4/Reserves.pm b/C4/Reserves.pm index c6ef2950b3..f7a2e72dee 100644 --- a/C4/Reserves.pm +++ b/C4/Reserves.pm @@ -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; -- 2.39.2