https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39427
Bug ID: 39427
Summary: Searching lists table by owner can only enter
firstname or surname
Change sponsored?: ---
Product: Koha
Version: Main
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Lists
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
C4/Utils/DataTables/VirtualShelves.pm
61 if ( defined $shelfname and $shelfname ne '' ) {
62 push @where_strs, 'shelfname LIKE ?';
63 push @args, "%$shelfname%";
64 }
We don't split the argument, so only either of the fields can be searched
--
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]
https://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/