bug fixing : adding a call to C4::members
authorbtoumi <btoumi>
Wed, 24 May 2006 08:14:48 +0000 (08:14 +0000)
committerbtoumi <btoumi>
Wed, 24 May 2006 08:14:48 +0000 (08:14 +0000)
reports/bor_issues_top.pl
reports/cat_issues_top.pl

index 4b80824..9f2bbbe 100755 (executable)
@@ -30,6 +30,7 @@ use C4::Koha;
 use C4::Interface::CGI::Output;
 use C4::Circulation::Circ2;
 use Date::Manip;
+use C4::Members;
 
 =head1 NAME
 
index 4152282..d7d50af 100755 (executable)
@@ -30,6 +30,7 @@ use C4::Koha;
 use C4::Interface::CGI::Output;
 use C4::Circulation::Circ2;
 use Date::Manip;
+use C4::Members;
 
 =head1 NAME