small fix to add subtitles and subject in mappable fields.
This commit is contained in:
parent
3fb99f7d26
commit
eeef872737
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue