View | Details | Raw Unified | Return to bug 11936
Collapse All | Expand All

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +1 lines)
Lines 533-539 RECORD: while ( ) { Link Here
533
                    ModBiblioMarc( $record, $biblionumber, $framework );
533
                    ModBiblioMarc( $record, $biblionumber, $framework );
534
                    next RECORD;
534
                    next RECORD;
535
                } else {
535
                } else {
536
                    printlog({id=>$id||$originalid||$biblionumber, op=>"insert",status=>"ok"}) if ($logfile);
536
                    printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ok"}) if ($logfile);
537
                }
537
                }
538
                push @$errors_ref, @{ $more_errors };
538
                push @$errors_ref, @{ $more_errors };
539
            }
539
            }
540
- 

Return to bug 11936