13 Dec
2024
13 Dec
'24
11:08 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38452 --- Comment #5 from Marcel de Rooy <m.de.rooy@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.