http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7085
--- Comment #2 from Owen Leonard <[email protected]> 2011-10-25 14:20:02 UTC --- Created attachment 6050 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=6050 Proposed fix 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. -- 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/
