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

--- Comment #12 from Brendan Lawlor <[email protected]> ---
(In reply to Andrew Fuerste-Henry from comment #11)
> (In reply to Brendan Lawlor from comment #10)
> 
> > 7. Set system preference HidePatronName to 'Don't show'
> > 8. Confirm searching by patron names continues to work :)
> 
> I don't think this is the behavior we want.

Thanks for testing and clarification on the expected behavior.

I fixed this by conditionally setting data like this:
data: HidePatronName
    ? "patron.cardnumber"
    : "patron.surname:patron.firstname:patron.cardnumber",

I'm having trouble attaching the patch to bugzilla right now, but I will try
again later

-- 
You are receiving this mail because:
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/

Reply via email to