@@ -, +, @@ --- Koha/Template/Plugin/AuthorisedValues.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) --- a/Koha/Template/Plugin/AuthorisedValues.pm +++ a/Koha/Template/Plugin/AuthorisedValues.pm @@ -88,10 +88,8 @@ sub GetDescriptionByKohaField { } elsif ($av->{lib}) { $av_check = $av->{lib} } - } else { - if ($av->{lib}) { - $av_check = $av->{lib} - } + } elsif ($av->{lib}) { + $av_check = $av->{lib} } return $av_check } --