small fix to add subtitles and subject in mappable fields.

This commit is contained in:
tipaul 2003-06-20 16:26:12 +00:00
parent 3fb99f7d26
commit eeef872737

View file

@ -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");