Summary: | T Prefix in the itemBarcodeInputFilter setting doesn't work for some Follett barcodes | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Brenner <martin.brenner> |
Component: | Circulation | Assignee: | Galen Charlton <gmcharlt> |
Status: | NEW --- | QA Contact: | |
Severity: | normal | ||
Priority: | P4 | CC: | loriayre |
Version: | Main | ||
Hardware: | PC | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: |
Description
Chris Cormack
2010-05-21 01:14:15 UTC
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? (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? |