Bug 5549 : circ/returns needs to import DateUtils

This commit is contained in:
Colin Campbell 2011-06-23 12:25:55 +01:00 committed by Chris Cormack
parent 1e255e93eb
commit 791fe1bbd7

View file

@ -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;