road to 1.3.1 : little fixes
This commit is contained in:
parent
7ec937a07e
commit
5a503a4b31
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ foreach $tag (sort keys %$fields) {
|
|||
);
|
||||
}
|
||||
}
|
||||
$dbh->do("update marc_subfield_structure set tab = tagfield/100");
|
||||
#---- now we populate the tables with the link between koha-DB and MARC-DB
|
||||
# items
|
||||
$dbh->do("update marc_subfield_structure set kohafield='biblio.title' where tagfield='245' and tagsubfield='a'");
|
||||
|
|
Loading…
Reference in a new issue