From 5a503a4b31e98a8fdb1798bb63f8038c635b9072 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 9 Oct 2002 16:00:26 +0000 Subject: [PATCH] road to 1.3.1 : little fixes --- marc/fill_usmarc.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/marc/fill_usmarc.pl b/marc/fill_usmarc.pl index 2b20ec5e8e..2cec9da7a9 100755 --- a/marc/fill_usmarc.pl +++ b/marc/fill_usmarc.pl @@ -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'"); -- 2.39.2