http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13716
Bug ID: 13716
Summary: On adding recipients/patrons to a routing list,
searching fields are filtered in OR instead of AND
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5 - low
Component: Serials
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
In Home › Serials › [serial title] › Edit routing list,
I'm trying to "Add a recipient[/patron/borrower]" to a Rooting List of a
subscription.
On /cgi-bin/koha/serials/member-search.pl, the 3 input fields are crossed so:
Library AND Category
Name OR (Library AND Category)
Name OR Library
Name OR Category
On the contrary I'm expecting this way of building the query:
Name AND Library AND Category
Name AND Library
Name AND Category
--
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/