@@ -, +, @@ e.g. Set bsort1 and bsort2 to have some authorised values with and without branch limits set PAYMENT_TYPE to have some values with and without branch limits --- Koha/Template/Plugin/AuthorisedValues.pm | 1 - 1 file changed, 1 deletion(-) --- a/Koha/Template/Plugin/AuthorisedValues.pm +++ a/Koha/Template/Plugin/AuthorisedValues.pm @@ -48,7 +48,6 @@ sub GetAuthValueDropbox { category => $category, }, { - group_by => 'lib', order_by => [ 'category', 'lib', 'lib_opac' ], } ); --