@@ -, +, @@ ref --- admin/auth_subfields_structure.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/admin/auth_subfields_structure.pl +++ a/admin/auth_subfields_structure.pl @@ -99,7 +99,7 @@ if ($op eq 'add_form') { push @$authorised_values, 'itemtypes'; # build thesaurus categories list - my @authtypes = (sort keys getauthtypes); + my @authtypes = (sort keys %{C4::Koha::getauthtypes()}); # build value_builder list my @value_builder=(''); --