From 73bed78699a02aeca4daf267e247863550d46932 Mon Sep 17 00:00:00 2001 From: tipaul Date: Mon, 19 May 2003 13:49:08 +0000 Subject: [PATCH] support for subtitles, additional authors, subject. --- admin/marc_subfields_structure.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl index 9cc24c327b..d160a60832 100755 --- a/admin/marc_subfields_structure.pl +++ b/admin/marc_subfields_structure.pl @@ -103,6 +103,9 @@ if ($op eq 'add_form') { while ((my $field) = $sth2->fetchrow_array) { push @kohafields, "items.".$field; } + + # other subfields + push @kohafields, "additionalauthors.author"; # build authorised value list $sth2->finish; $sth2 = $dbh->prepare("select distinct category from authorised_values"); -- 2.39.5