From c72e757421e6cddd06648decff8bcb8e05505a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Sun, 15 Mar 2015 10:35:14 +0100 Subject: [PATCH] Bug 13813 - Remove superfluous use 'C4::Dates' from members/notices.pl To test: Apply patch Verify that C4::Dates is not used in members/notices.pl Signed-off-by: Jonathan Druart --- members/notices.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/members/notices.pl b/members/notices.pl index 113e20c..156ae6d 100755 --- a/members/notices.pl +++ b/members/notices.pl @@ -29,7 +29,6 @@ use C4::Branch; use C4::Letters; use C4::Members::Attributes qw(GetBorrowerAttributes); -use C4::Dates qw/format_date/; my $input=new CGI; -- 2.1.0