]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1635354 Support date is/not NULL ACQ searches
authorBill Erickson <berickxx@gmail.com>
Thu, 19 Apr 2018 20:15:51 +0000 (16:15 -0400)
committerKathy Lussier <klussier@masslnc.org>
Wed, 5 Sep 2018 03:49:14 +0000 (23:49 -0400)
commitba94b6d35c97dd289bf7f33b957085a563ed34e1
tree3f08948a340b8939d11a883f062b967e761e8484
parent52c11b2770af4bfe617845f9544273228fbbf371
LP#1635354 Support date is/not NULL ACQ searches

Adds support for searching on 'date is NULL' in the ACQ unified search
interface.  To use, chose the 'is' or 'is not'  matcher and leave the
text input value empty.

Update the canned completed invoices search to filter on 'close_date IS
NOT NULL' instead of the now-removed 'complete' field.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/Application/Acq/Search.pm
Open-ILS/web/js/ui/default/acq/search/unified.js