Bug 18270: Do not fetch the MARC record when deleting an item
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 15 Mar 2017 12:30:19 +0000 (09:30 -0300)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 10:08:12 +0000 (10:08 +0000)
commitff4958c80656fcca5c31cb291cef2c3866c86b23
tree44ff90e717bc459230321f2ff1ed37c8ababeb1d
parentdd88c8f710e4915dac6437355c356f0632b776fb
Bug 18270: Do not fetch the MARC record when deleting an item

$record is never used later, the call is superfluous.

Test plan:
Quick glance at the code should be enough

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Items.pm