Bug 17249: GetKohaAuthorisedValuesFromField - rm GetAuthValCodeFromField
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 10 Aug 2016 08:10:52 +0000 (09:10 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 15:13:58 +0000 (15:13 +0000)
commit15506a7569145cf566aab28e1b7639be56058a26
tree4daef52d8f0c605db36cc9a63501efe9d5d07263
parentc913a3482bcca547d371931261a8831f2cd4ecaf
Bug 17249: GetKohaAuthorisedValuesFromField - rm GetAuthValCodeFromField

The subroutine GetAuthValCodeFromField was only used from
GetKohaAuthorisedValuesFromField.

Test plan:
  git grep GetAuthValCodeFromField
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