Bug 17250: Do not retrieve marc subfield structure when the authorised value is not...
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 12 Oct 2016 12:48:09 +0000 (13:48 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 21 Oct 2016 15:21:27 +0000 (15:21 +0000)
commit0b6f129ac32e5ea3a2d1357d8e19ba3e24519757
tree0a859111fbedf6bbdcdafe7f02dab5cbeb92c92f
parentd019f86f671771a36006f8847712317e0337c02f
Bug 17250: Do not retrieve marc subfield structure when the authorised value is not defined

GetAuthValCode did not return anything if the authorised_value column
was not defined. Our new calls to Koha::MarcSubfieldStructures->search
should behave the same

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Search.pm
catalogue/detail.pl
catalogue/itemsearch.pl
catalogue/moredetail.pl
circ/circulation.pl
tools/inventory.pl