From 099690fef58a63922736dbeeaca2c46b62a8cfea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Tue, 29 Sep 2015 15:40:24 +0200 Subject: [PATCH] Bug 14922 - Remove C4::Dates from cataloguing/additem.pl C4::Dates is not used in this file. Removed. To test: - Apply patch. - Search a biblio - Add/Edit items - Verify that everything behaves as without patch --- cataloguing/additem.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl index 696f3cd..fc9ae4f 100755 --- a/cataloguing/additem.pl +++ b/cataloguing/additem.pl @@ -31,7 +31,6 @@ use C4::Circulation; use C4::Koha; # XXX subfield_is_koha_internal_p use C4::Branch; # XXX subfield_is_koha_internal_p use C4::ClassSource; -use C4::Dates; use List::MoreUtils qw/any/; use C4::Search; use Storable qw(thaw freeze); -- 1.7.10.4