]> git.koha-community.org Git - koha.git/commit
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)
committerFridolin Somers <fridolin.somers@biblibre.com>
Fri, 9 Jun 2017 12:01:36 +0000 (14:01 +0200)
commit80775d9494fe383a1463e0b1f2564ce9f2a7b74d
tree92653a9db56c87035f734bd14cb2c0027dd313d5
parent283ccd4da55ce950cf7ace02688daf0db7c0e494
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>
(cherry picked from commit e0acd9bdf8500aa3cc2e5aeccbd1631f0b841040)
C4/Items.pm