]> git.koha-community.org Git - koha.git/commit
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)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Wed, 16 Nov 2011 12:42:10 +0000 (07:42 -0500)
commit5c2398c005548ebe3dbbc0b1f54863b9ff30e8b4
tree2dc8a1c2ee75495c8277682e734ad7ee5115044c
parent7622bedd306ea4424ada3614c79e94fa8b827666
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.
(cherry picked from commit 0c0ddf92113b4a5df6833f75ba5b7ad7527c5f48)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
C4/Acquisition.pm