From: Tiffany Little <tlittle@georgialibraries.org>
Date: Fri, 12 Mar 2021 15:52:19 +0000 (-0500)
Subject: LP1906825 Flesh acqcr on PO search
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a5bf806b71e210b25173224dff10e77e7d81b59e;p=evergreen%2Fequinox.git

LP1906825 Flesh acqcr on PO search

Fleshes the cancel reason column on PO searches.

Signed-off-by: Tiffany Little <tlittle@georgialibraries.org>
Signed-off-by: Chrisy Schroth <chrisy.schroth@kentonlibrary.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
---

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,