From 791fe1bbd7ccf58110fa0da9f751eccb199a6c47 Mon Sep 17 00:00:00 2001 From: Colin Campbell Date: Thu, 23 Jun 2011 12:25:55 +0100 Subject: [PATCH] Bug 5549 : circ/returns needs to import DateUtils --- circ/returns.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/returns.pl b/circ/returns.pl index 6cbad68dfc..cba9141952 100755 --- a/circ/returns.pl +++ b/circ/returns.pl @@ -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; -- 2.20.1