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

(-)a/misc/maintenance/search_for_data_inconsistencies.pl (-2 / +1 lines)
Lines 409-415 use C4::Biblio qw( GetMarcFromKohaField ); Link Here
409
            $count++;
409
            $count++;
410
            print "Loop $count, borrowers id  : ";
410
            print "Loop $count, borrowers id  : ";
411
            foreach my $borrower_id (@$table) {
411
            foreach my $borrower_id (@$table) {
412
                print "$borrower_id | ";
412
                print "$borrower_id , ";
413
            }
413
            }
414
            print "\n";
414
            print "\n";
415
        }
415
        }
416
- 

Return to bug 35836