Bug 20456: Remove the C4::Serials::GetSubscriptionsFromBorrower
authorKatrin Fischer <katrin.fischer.83@web.de>
Fri, 16 Mar 2018 09:13:19 +0000 (10:13 +0100)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Wed, 27 Jun 2018 09:28:18 +0000 (10:28 +0100)
commitcd16582acd7ff76af7d2f6f12b5466d110695b99
treecd9ec5fec90a1dcd262aa342b2df3d2319d0fdd7
parent9228175b253cd8f17e21ed29f895870b27a60468
Bug 20456: Remove the C4::Serials::GetSubscriptionsFromBorrower

Bug 20400 added a routing list tab to the patron account in the
OPAC using Koha::Object. After changing the staff view too,
we can now safely remove GetSubscriptionsFromBorrower as it
is no longer used.

To test:
- Make sure that GetSubscriptionsFromBorrower is no longer used.

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
C4/Serials.pm