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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 11 Jan 2022 22:38:35 +0000 (12:38 -1000)
commitd85328ee3c67ef08d2df7321150502f5f91ef87e
treedba087b1843ad631dba404dbf4d1fc268fd52d67
parentc56b74ae9c970c75f314667001f96417a1a68ccb
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>
cataloguing/additem.pl