Fix for Bug 7085 - Problems with searching for orders in acquisitions
authorOwen Leonard <oleonard@myacpl.org>
Tue, 25 Oct 2011 14:16:02 +0000 (10:16 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Sun, 6 Nov 2011 09:23:47 +0000 (10:23 +0100)
commit0c0ddf92113b4a5df6833f75ba5b7ad7527c5f48
tree0a433b612eb429e73fa993ab4548ef693ff2d009
parent0038b0df15a838468bf7c23a389c260075dfd1c4
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.
C4/Acquisition.pm