bug fixing : adding a call to C4::members
This commit is contained in:
parent
faed012eed
commit
514683074f
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ use C4::Koha;
|
|||
use C4::Interface::CGI::Output;
|
||||
use C4::Circulation::Circ2;
|
||||
use Date::Manip;
|
||||
use C4::Members;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
|
@ -30,6 +30,7 @@ use C4::Koha;
|
|||
use C4::Interface::CGI::Output;
|
||||
use C4::Circulation::Circ2;
|
||||
use Date::Manip;
|
||||
use C4::Members;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
|
|
Loading…
Reference in a new issue