https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29789 Bug ID: 29789 Summary: Unused $error in cataloguing/additem.pl Change sponsored?: --- Product: Koha Version: unspecified Hardware: All OS: All Status: ASSIGNED Severity: minor Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: jonathan.druart+koha@gmail.com Reporter: jonathan.druart+koha@gmail.com QA Contact: testopia@bugs.koha-community.org my $error = $input->param('error'); It should be removed as $error is used later but not related to this variable. -- You are receiving this mail because: You are watching all bug changes.