[Koha-patches] [PATCH] BUG 9144

Vitor FERNANDES vitorfernandes87 at gmail.com
Mon Nov 26 12:48:23 CET 2012


modified: mist/migration_tools/bulkmarcimport.pl
---
 misc/migration_tools/bulkmarcimport.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc/migration_tools/bulkmarcimport.pl b/misc/migration_tools/bulkmarcimport.pl
index a9fee95..a31b2db 100755
--- a/misc/migration_tools/bulkmarcimport.pl
+++ b/misc/migration_tools/bulkmarcimport.pl
@@ -185,7 +185,7 @@ RECORD: while (  ) {
     last unless ( $record );
     $i++;
     print ".";
-    print "\r$i" unless $i % 100;
+    print "\n$i" unless $i % 100;
     
     # transcode the record to UTF8 if needed & applicable.
     if ($record->encoding() eq 'MARC-8' and not $skip_marc8_conversion) {
-- 
1.7.9.5



More information about the Koha-patches mailing list