@@ -, +, @@ when upgrading an authority through Z3950 --- authorities/authorities.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/authorities/authorities.pl +++ a/authorities/authorities.pl @@ -322,7 +322,7 @@ sub GetMandatoryFieldZ3950 { }else{ return { '200a' => 'authorpersonal', - '210a' => 'authormeetingcon', #210 in UNIMARC is used for both corporation and meeting + '210a' => 'authorcorp', #210 in UNIMARC is used for both corporation and meeting '230a' => 'uniformtitle', }; } --