https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38452

--- Comment #5 from Marcel de Rooy <m.de.r...@rijksmuseum.nl> ---
(In reply to Marcel de Rooy from comment #4)
> $barcode that is looked up in the hash comes from @barcodes which now
> contains only lowercase barcodes, right?
> But the %items hash comes from a Koha::Items search. The SQL search is case
> insensitive and might return uppercase barcodes. Therefore $items{ABC123}
> does not exist, resulting in ERR_BARCODE, right?

Correction: ABC123 is in items.barcode. So items{ABC123} exists. But the loop
tries items{abc132}.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://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/

Reply via email to