From e428929bff05b4a478f94795089e9c5839808893 Mon Sep 17 00:00:00 2001 From: Joshua Ferraro Date: Tue, 4 Dec 2007 18:29:18 -0600 Subject: [PATCH] adding format_date to 'use C4::Date' --- circ/circulation.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circ/circulation.pl b/circ/circulation.pl index d6acddb8fc..7d8fb837f5 100755 --- a/circ/circulation.pl +++ b/circ/circulation.pl @@ -27,7 +27,7 @@ use CGI; use C4::Output; use C4::Print; use C4::Auth qw/:DEFAULT get_session/; -use C4::Dates; +use C4::Dates qw/format_date/; use C4::Branch; # GetBranches use C4::Koha; # GetPrinter use C4::Circulation; -- 2.39.5