]> git.koha-community.org Git - koha.git/commit
Bug 18512 - GetAuthorisedValues.GetByCode Template plguin should return code (not...
authorNick Clemens <nick@bywatersolutions.com>
Fri, 28 Apr 2017 18:11:00 +0000 (14:11 -0400)
committerMason James <mtj@kohaaloha.com>
Sat, 29 Jul 2017 18:55:48 +0000 (06:55 +1200)
commit88d9fcf0d92761674750eb26f87cc90553a1b65c
tree4df6d55d0551b6620211b38b9848a06e03d144ae
parent837ea173846bbf3cd641c168bc0abdd537df46ae
Bug 18512 - GetAuthorisedValues.GetByCode Template plguin should return code (not empty string) if value not found

To test:
1 - Create or edit a borrower with info in Sort1 and Sort2 field, not
mapped to authorized values
2 - Note this info does not display on moremember.tt
3 - Apply patch
4 - Note value is passed through

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Mason James <mtj@kohaaloha.com>
Koha/Template/Plugin/AuthorisedValues.pm