Bug 17249: Remove GetKohaAuthorisedValuesFromField
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 10 Aug 2016 11:10:46 +0000 (12:10 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 15:13:57 +0000 (15:13 +0000)
commitc913a3482bcca547d371931261a8831f2cd4ecaf
treeb50f4314214450fa7c5a8bf6cf97158bb668ade4
parentaf224055de23a25a4cae7f4a7e0e047d3e8780f1
Bug 17249: Remove GetKohaAuthorisedValuesFromField

Remove the subroutine, it's no longer in used.

Test plan:
  git grep GetKohaAuthorisedValuesFromField
should not return any occurrences.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Koha.pm