Bug 7839 [ENH] : Add tab in patron record to show patron's routing lists
[koha_fer] / misc / commit_biblios_file.pl
index 5e3010e..b4be670 100755 (executable)
@@ -75,7 +75,7 @@ sub process_batch {
 
     print "... importing MARC records -- please wait\n";
     my ($num_added, $num_updated, $num_items_added, $num_items_errored, $num_ignored) = 
-        BatchCommitBibRecords($import_batch_id, 100, \&print_progress_and_commit);
+        BatchCommitBibRecords($import_batch_id, '', 100, \&print_progress_and_commit);
     print "... finished importing MARC records\n";
 
     print <<_SUMMARY_;