Bug 29789: Remove unused $error from cataloguing/additem.pl
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 4 Jan 2022 14:40:19 +0000 (15:40 +0100)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 14 Jan 2022 14:01:28 +0000 (09:01 -0500)
commitb85e3cb81181529698e39219fe5ccc9b62c7e243
treeb1785379fe8d869f3e46a578ae140fda15fe09aa
parenta6a6d4af75db5c5be008c13b49727f1b9ee1a53f
Bug 29789: Remove unused $error from cataloguing/additem.pl

my $error        = $input->param('error');

It should be removed as $error is used later but not related to this variable.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
cataloguing/additem.pl