Bug 18278: C4::Items - Remove GetItemLocation
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 15 Mar 2017 20:14:56 +0000 (17:14 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Jun 2017 14:38:33 +0000 (11:38 -0300)
commite0acd9bdf8500aa3cc2e5aeccbd1631f0b841040
tree2d8706f00cabe4eb87ea2d60e59bac3925c2f811
parentef6211b319b58b4c35e8cb8555e1caa4da9b2a8f
Bug 18278: C4::Items - Remove GetItemLocation

This subroutine is no longer in used.
It was previously call from serials/serials-recieve.pl, which was not used and has been removed by
    commit 65b7ad030cd5cd0e3148fbbd1496d31b5cf149f7
    Bug 13423: Remove unused serials-recieve

Test plan:
  git grep GetItemLocation

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Items.pm