http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7085
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #6050|0 |1 is obsolete| | --- Comment #3 from Katrin Fischer <[email protected]> 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 <[email protected]> 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. _______________________________________________ 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/
