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

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +1 lines)
Lines 526-532 RECORD: while ( ) { Link Here
526
                    printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ERROR"}) if ($logfile);
526
                    printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ERROR"}) if ($logfile);
527
                    # if we failed because of an exception, assume that
527
                    # if we failed because of an exception, assume that
528
                    # the MARC columns in biblioitems were not set.
528
                    # the MARC columns in biblioitems were not set.
529
                    ModBiblioMarc( $record, $biblionumber, $framework );
529
                    ModBiblioMarc( $record, $biblionumber );
530
                    next RECORD;
530
                    next RECORD;
531
                } else {
531
                } else {
532
                    printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ok"}) if ($logfile);
532
                    printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ok"}) if ($logfile);
533
- 

Return to bug 25306