]> git.koha-community.org Git - koha.git/commit
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)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Fri, 21 Jan 2022 17:45:48 +0000 (17:45 +0000)
commit6f9c968cccd46fc2bb5e82fd3bb17f966d180420
tree74a70604688fb1bc211f6107c05ac1300a0cd2bb
parent15137f36c0d62eb3ffe9c9ec44ab2590719b7817
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>
(cherry picked from commit b85e3cb81181529698e39219fe5ccc9b62c7e243)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
cataloguing/additem.pl