[Koha-bugs] [Bug 22799] Batch item modification is case sensitive

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 1 01:50:48 CEST 2019


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

--- Comment #6 from Aleisha Amohia <aleisha at catalyst.net.nz> ---
(In reply to Josef Moravec from comment #4)
> I don't think so the barcode should be case insensitive - if you refer to
> barcode as main identifier for items, you need to make exact matches -
> taking your examples barcodes "abcde" and "abcDE" will not have same
> graphics represantation - so they are different.

That's fine but that isn't currently the behaviour anywhere in Koha. Everything
(except passwords) is case insensitive because the database does case
insensitive searching. 

If you wanted to make the batch item modification tool case sensitive then this
behaviour needs to be made consistent everywhere in Koha. For example,
circulation - issuing with the barcode 'abcde' would check out the same item as
issuing with the barcode 'abcDE'.

I think while the behaviour in Koha is not case sensitive, this patch is still
valid and fixes the current problem.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list