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)
committerNick Clemens <nick@bywatersolutions.com>
Fri, 22 Jun 2018 15:02:46 +0000 (15:02 +0000)
commitf6d15dc2486d86596529da5aa1efd204a20430fc
tree0df9668b2f1709565fad0c527b6df8fb57f08841
parentecc3a559179e041c97c38ae86ec70b4308a2638a
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>
C4/Serials.pm