From 81d842254c83314172714696e618238b7543d9e8 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 13 Jul 2020 12:01:13 -0400 Subject: [PATCH] more menu adjustments (LH#4) Signed-off-by: Galen Charlton --- .../src/eg2/src/app/staff/acq/search/invoice-results.component.ts | 2 +- Open-ILS/src/templates/staff/navbar.tt2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/invoice-results.component.ts b/Open-ILS/src/eg2/src/app/staff/acq/search/invoice-results.component.ts index 0f37552afb..96bca580a1 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/invoice-results.component.ts +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/invoice-results.component.ts @@ -39,7 +39,7 @@ export class InvoiceResultsComponent implements OnInit { value2: '' }, { field: 'acqinv:close_date', - op: '', + op: '__isnull', value1: null, value2: '' }]; diff --git a/Open-ILS/src/templates/staff/navbar.tt2 b/Open-ILS/src/templates/staff/navbar.tt2 index c10fb4b393..6d8b8ef48a 100644 --- a/Open-ILS/src/templates/staff/navbar.tt2 +++ b/Open-ILS/src/templates/staff/navbar.tt2 @@ -400,7 +400,7 @@
  • - + [% l('Purchase Orders') %] @@ -419,7 +419,7 @@
  • - + [% l('Invoices') %] -- 2.11.0