[Koha-bugs] [Bug 6721] Add Basket number and Invoice number search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 6 18:25:23 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6721

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.poulain at biblibre.com
             Blocks|                            |6807

--- Comment #13 from Paul Poulain <paul.poulain at biblibre.com> 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.


More information about the Koha-bugs mailing list