[Koha-bugs] [Bug 4162] Inventory Tool Fails Silently

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 18 00:49:05 CEST 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=4162

--- Comment #13 from M. Tompsett <mtompset at hotmail.com> ---
Created attachment 30899
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=30899&action=edit
Bug 4162 - Followup: only count potential barcodes

The $lines_read++; was before the code which skipped empty
lines. By moving it after the next unless $barcode; code, the
$lines_read variable only counts potential barcodes, and does
not include empty lines.

TEST PLAN
---------
1) Apply patch.
2) Attempt a valid barcode file with empty lines.
   -- The potential barcode count should exclude the empty lines.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list