Bug 18782: Remove unused C4::Serials::getsupplierbyserialid
authorJulian Maurice <julian.maurice@biblibre.com>
Mon, 12 Jun 2017 10:28:31 +0000 (12:28 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 5 Jul 2017 16:41:47 +0000 (13:41 -0300)
commitc69e02c4419a2d4a7ca31af6441081cadd4e51b3
tree7a6aa62d4e3a5079a8df183d88c60d0208fa04c1
parent8f54bc6ee4f75cebb0f91a023d1e7959bc3ab503
Bug 18782: Remove unused C4::Serials::getsupplierbyserialid

TEST PLAN
----------
git grep -i getsupplierby
-- only the code removed and the test tweaked
git bz apply 18782
sudo koha-shell -c bash kohadev
prove -v t/db_dependent/Serials.t
qa -v 2 c 1
exit
-- sign off

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
C4/Serials.pm
t/db_dependent/Serials.t