support for subtitles, additional authors, subject.
authortipaul <tipaul>
Mon, 19 May 2003 13:49:08 +0000 (13:49 +0000)
committertipaul <tipaul>
Mon, 19 May 2003 13:49:08 +0000 (13:49 +0000)
admin/marc_subfields_structure.pl

index 9cc24c3..d160a60 100755 (executable)
@@ -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");