road to 1.3.1 : little fixes
authortipaul <tipaul>
Wed, 9 Oct 2002 16:00:26 +0000 (16:00 +0000)
committertipaul <tipaul>
Wed, 9 Oct 2002 16:00:26 +0000 (16:00 +0000)
marc/fill_usmarc.pl

index 2b20ec5..2cec9da 100755 (executable)
@@ -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'");