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

            Bug ID: 22799
           Summary: Batch item modification is case sensitive
 Change sponsored?: ---
           Product: Koha
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Tools
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
  Target Milestone: ---

The tool is able to search for barcodes in the database fine, but the code then
tries to match barcodes to check if retrieved with barcodes requested. This
part is case sensitive and it looks like the fetch failed if the case in the
search isn't the same as the case in the DB.

To reproduce:
1) Make/use an item with a barcode with letters in it
2) Go to Tools -> Batch item modification and enter this barcode in the barcode
list text input field, but change the case of one or some letters. (i.e. if the
barcode is 'abcde', enter the barcode in the field as 'abCDE')
3) Click Continue
4) Notice that the next page shows an error 'the following barcodes were not
found', but the item still shows underneath (was correctly fetched from
database).

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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