Bug 17249: GetKohaAuthorisedValuesFromField - rm GetAuthValCodeFromField
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 10 Aug 2016 08:10:52 +0000 (09:10 +0100)
committerMason James <mtj@kohaaloha.com>
Wed, 20 Sep 2017 02:00:06 +0000 (14:00 +1200)
commit286b6f4e3e8db593fbe218ab08c622e5491ac44d
tree587e07bac651de67b14f889fd38a49c4d60f04ad
parent65945e30f71fe353c995bab97a5b6a333326b570
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>
C4/Koha.pm