From eeef872737738f900b8f2b28476cd59572010fe3 Mon Sep 17 00:00:00 2001 From: tipaul Date: Fri, 20 Jun 2003 16:26:12 +0000 Subject: [PATCH] small fix to add subtitles and subject in mappable fields. --- admin/marc_subfields_structure.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin/marc_subfields_structure.pl b/admin/marc_subfields_structure.pl index d160a60832..a8039d7280 100755 --- a/admin/marc_subfields_structure.pl +++ b/admin/marc_subfields_structure.pl @@ -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"); -- 2.20.1