https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19585
Marcel de Rooy <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #69116|0 |1 is obsolete| | --- Comment #2 from Marcel de Rooy <[email protected]> --- Created attachment 69117 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=69117&action=edit Bug 19585: Inventory: Allow additional separators in a barcode file This patch makes \n, \r, |, comma and semicolon all valid separators between barcodes passed to inventory. An additional grep removes empty barcodes. (Note: The grep looks for at least one non-whitespace character. We could be more specific, but this allows for more flexibility like testing with alphanumeric barcodes etc.) Test plan: Upload a barcode file that contains various allowed separators. Signed-off-by: Marcel de Rooy <[email protected]> -- You are receiving this mail because: 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/
