From 159187adf40febabe198453066463cfa4f872ea2 Mon Sep 17 00:00:00 2001 From: Paul POULAIN Date: Tue, 18 Sep 2007 18:38:29 +0200 Subject: [PATCH] BUGFIX : no need to load a package twice 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 36a41af3fc..0adedac1ed 100755 --- a/C4/Circulation.pm +++ b/C4/Circulation.pm @@ -26,7 +26,6 @@ use C4::Stats; use C4::Reserves; use C4::Koha; use C4::Biblio; -use C4::Reserves; use C4::Members; use C4::Date; use Date::Calc qw( -- 2.39.2