http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6721
Paul Poulain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Blocks| |6807 --- Comment #13 from Paul Poulain <[email protected]> 2011-10-06 16:25:23 UTC --- I think i've found a bug, consequence of this patch. If I search in the breadcrumb, on top, there are results If I open "advanced search", I can't get any result I've investigated, and I think it's because of if (defined $title) { ... add WHERE } title is always defined, even if it's empty. (same for author & bookseller name) Ca others reproduce this behaviour ? In this case, we should probably just have if ($title) (tested quickly, seems to solve the problem) -- 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/
