Bug 17099: C4::Koha - Remove GetSupportName and GetSupportList
commita9d3eb233bffab3b974e51f34adf502548341c3c
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 10 Aug 2016 07:46:33 +0000 (10 08:46 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 13:30:45 +0000 (9 13:30 +0000)
treecfdaf47fce14d674a0e72ec9be29e157036a43cd
parent87d53fa2e5a9db74a95b7aad0a30033f05c64f8a
Bug 17099: C4::Koha - Remove GetSupportName and GetSupportList

Since bug 9468, these 2 subroutines are no longer in used and can be
removed.

Test plan:
  git grep GetSupportName
and
  git grep GetSupportList
should not return entries (unless 1 in release notes)

Signed-off-by: Marc VĂ©ron <veron@veron.ch>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Koha.pm
t/db_dependent/Suggestions.t