Bug 5549 : circ/returns needs to import DateUtils
authorColin Campbell <colin.campbell@ptfs-europe.com>
Thu, 23 Jun 2011 11:25:55 +0000 (12:25 +0100)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 20 Mar 2012 00:25:16 +0000 (13:25 +1300)
circ/returns.pl

index 6cbad68..cba9141 100755 (executable)
@@ -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;