https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32770
Bug ID: 32770
Summary: Patron search field groups no longer exist
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Patrons
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected], [email protected]
Prior to bug 30063 we had a number of options in the patron dropdown that were
grouped fields. I.e. choosing 'Address' would search accross multiple address
fields
.
These have been lost, with no way for libraries to recreate them.
The mappings were:
standard => C4::Context->preference('DefaultPatronSearchFields') ||
'surname,firstname,othernames,cardnumber,userid',
email => 'email,emailpro,B_email',
borrowernumber => 'borrowernumber',
phone => 'phone,phonepro,B_phone,altcontactphone,mobile',
address =>
'streetnumber,streettype,address,address2,city,state,zipcode,country',
--
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
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/