@@ -, +, @@ search form from an existing authority record has goats prefilled --- authorities/authorities.pl | 2 +- .../intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/authorities/authorities.pl +++ a/authorities/authorities.pl @@ -336,7 +336,7 @@ sub GetMandatoryFieldZ3950 { '110a' => 'authorcorp', '111a' => 'authormeetingcon', '130a' => 'uniformtitle', - '150a' => 'topic', + '150a' => 'subject', }; }else{ return { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt @@ -39,7 +39,7 @@
    -
  1. +
  2. --