@@ -, +, @@ - Apply patch. - Search a biblio - Add/Edit items - Verify that everything behaves as without patch --- cataloguing/additem.pl | 1 - 1 file changed, 1 deletion(-) --- a/cataloguing/additem.pl +++ a/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); --