Bug 5549 : circ/returns needs to import DateUtils
This commit is contained in:
parent
1e255e93eb
commit
791fe1bbd7
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ use C4::Members;
|
|||
use C4::Branch; # GetBranches GetBranchName
|
||||
use C4::Koha; # FIXME : is it still useful ?
|
||||
use C4::RotatingCollections;
|
||||
use Koha::DateUtils;
|
||||
|
||||
my $query = new CGI;
|
||||
|
||||
|
|
Loading…
Reference in a new issue