@@ -, +, @@ --- catalogue/updateitem.pl | 1 - cataloguing/additem.pl | 1 - 2 files changed, 2 deletions(-) --- a/catalogue/updateitem.pl +++ a/catalogue/updateitem.pl @@ -26,7 +26,6 @@ use C4::Items; use C4::Output; use C4::Circulation; use C4::Reserves; -use Data::Dumper; my $cgi= new CGI; --- a/cataloguing/additem.pl +++ a/cataloguing/additem.pl @@ -40,7 +40,6 @@ use C4::Search; use Storable qw(thaw freeze); use URI::Escape; use C4::Members; -use Data::Dumper; use MARC::File::XML; use URI::Escape; --