http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7085 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6050|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> 2011-10-29 13:48:29 UTC --- Created attachment 6113 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6113 [SIGNED-OFF] Fix for Bug 7085 - Problems with searching for orders in acquisitions Changing "if ( defined $input )" to "if ( $input )" in the section of the script which builds the order search query seems to give successful searches where they didn't exist before. Searches from the advanced order search screen work with title, author, vendor, basket number, date, etc. Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> Searches for date ranges, title and author keywords give me the correct results now. -- 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.