From a5bf806b71e210b25173224dff10e77e7d81b59e Mon Sep 17 00:00:00 2001 From: Tiffany Little Date: Fri, 12 Mar 2021 10:52:19 -0500 Subject: [PATCH] LP1906825 Flesh acqcr on PO search Fleshes the cancel reason column on PO searches. Signed-off-by: Tiffany Little Signed-off-by: Chrisy Schroth Signed-off-by: Jane Sandberg --- Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.service.ts b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.service.ts index 0a96183d84..e25495c4fd 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.service.ts +++ b/Open-ILS/src/eg2/src/app/staff/acq/search/acq-search.service.ts @@ -59,7 +59,7 @@ const searchOptions = { flesh_pl: true, }, purchase_order: { - no_flesh_cancel_reason: true, + flesh_cancel_reason: true, flesh_provider: true, flesh_owner: true, flesh_creator: true, -- 2.43.2