small fix to add subtitles and subject in mappable fields.
authortipaul <tipaul>
Fri, 20 Jun 2003 16:26:12 +0000 (16:26 +0000)
committertipaul <tipaul>
Fri, 20 Jun 2003 16:26:12 +0000 (16:26 +0000)
admin/marc_subfields_structure.pl

index d160a60..a8039d7 100755 (executable)
@@ -106,6 +106,8 @@ if ($op eq 'add_form') {
        
        # other subfields
        push @kohafields, "additionalauthors.author";
+       push @kohafields, "bibliosubject.subject";
+       push @kohafields, "bibliosubtitle.title";
        # build authorised value list
        $sth2->finish;
        $sth2 = $dbh->prepare("select distinct category from authorised_values");