http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6602
Nicole C. Engard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Nicole C. Engard <[email protected]> 2011-07-18 19:59:06 UTC --- The problem here is that this patch generates something like this: AND borrowers.surname='en%' If you enter a string with a wildcard - shouldn't the text strings be LIKE instead of equals? This patch works in that it creates the rule, but I can't test the rule cause of the bug I reported that definitions aren't used in guided reports. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact 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/
