http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4162
--- Comment #11 from M. Tompsett <[email protected]> --- (In reply to Katrin Fischer from comment #10) > Another thing for another day: > Empty lines are counted for the potential barcodes. Oops... That's because the $lines_read++; (line 173) is before the next unless $barcode; (line 175)! DOH! -- You are receiving this mail because: You are the QA Contact for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
