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

(-)a/misc/migration_tools/bulkmarcimport.pl (-2 / +1 lines)
Lines 493-499 RECORD: while ( ) { Link Here
493
                next RECORD;
493
                next RECORD;
494
            }
494
            }
495
 			else{
495
 			else{
496
				printlog({id=>$id||$originalid||$biblionumber, op=>"insert",status=>"ok"}) if ($logfile);
496
				printlog({id=>$id||$originalid||$biblionumber, op=>"insertitem",status=>"ok"}) if ($logfile);
497
			}
497
			}
498
            if ($dedup_barcode && grep { exists $_->{error_code} && $_->{error_code} eq 'duplicate_barcode' } @$errors_ref) {
498
            if ($dedup_barcode && grep { exists $_->{error_code} && $_->{error_code} eq 'duplicate_barcode' } @$errors_ref) {
499
                # Find the record called 'barcode'
499
                # Find the record called 'barcode'
500
- 

Return to bug 11936