http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11599 Bug ID: 11599 Summary: itemBarcodeFallbackSearch should work even for items that don't have barcodes Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Circulation Assignee: koha-bugs@lists.koha-community.org Reporter: gmcharlt@gmail.com QA Contact: testopia@bugs.koha-community.org CC: gmcharlt@gmail.com, kyle.m.hall@gmail.com When itemBarcodeFallbackSearch is in effect, falling back to a keyword search currently performs the search -- then filters out items that do not have barcodes. This is because the checkout interface currently requires an item barcode to make a loan; it cannot identify the item using the itemnumber. It would be nice if the itemnumber could be used instead. That way, if a library truly does not use item barcodes or RFID tags, they could leave the barcode field blank and still be able to circulate. Currently, they would have to fill in dummy values for the barcode. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.