Bug 21154: Remove unused subs from C4::Serials
authorJosef Moravec <josef.moravec@gmail.com>
Thu, 9 Aug 2018 15:57:58 +0000 (16:57 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 9 Aug 2018 16:06:50 +0000 (17:06 +0100)
commitb3b976f189fc455f8f0ac553c99d6efb859d747f
tree541116d6601027aae9278fb3c706489399c3121e
parent9ede6f9a0a2cb07f339a0ef74719b314989ed7fe
Bug 21154: Remove unused subs from C4::Serials

Test plan:
Run these commands, grep should not return any occurences, prove should
return green:

git grep GetSerialStatusFromSerialId
git grep GetDistributedTo
git grep SetDistributedTo
git grep SetDistributedto
git grep in_array
git grep is_barcode_in_use

kshell
prove t/db_dependent/Serials.t

Signed-off-by: Pierre-Luc Lapointe <pierreluc.lapointe@inLibro.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
RMaint Comment: I have opted to replace this charry-pick with a
deprecation warning rather than the removal of these routines outright.

(cherry picked from commit 948566e7f36a75a186f96b5ee07b5120a5413ca5)
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Serials.pm