https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3724 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de Version|rel_3_0 |master --- Comment #2 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Lori Ayre from comment #1)
I'm working with another Follett library. They have bar codes that have mixed case prefixes (sometimes upper and sometimes lower) but they want them to always be interpreted as upper case (or maybe it doesn't matter once they've converted to Koha?)
Anyway, they have barcodes that look like this: p 000123 and they want them to be interpreted like this: P123
Is this the same problem?
Koha doesn't care about case sensitivity, so I think it's a similar problem. Strange is that it's using P instead of T? -- You are receiving this mail because: You are watching all bug changes.