@@ -, +, @@ authorised_value --- Koha/AuthorisedValues.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/AuthorisedValues.pm +++ a/Koha/AuthorisedValues.pm @@ -98,7 +98,6 @@ sub search_by_koha_field { ( $authorised_value ? ( authorised_value => $authorised_value ) : () ), }, { join => { category => 'marc_subfield_structures' }, - select => ['authorised_value'], distinct => 1, } ); --