From abe399861f9765259211334e06a2255d4f84a887 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 16 May 2022 22:46:44 +0000 Subject: [PATCH] LP#1929749: add import queue and requests links to LI table Signed-off-by: Galen Charlton --- .../staff/acq/lineitem/lineitem-list.component.html | 20 ++++++++++++++++++-- .../src/app/staff/acq/lineitem/lineitem.service.ts | 3 ++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html index 63bb22b361..5926390b75 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem-list.component.html @@ -471,7 +471,14 @@ - + | + + help + Request(s) + | - + + | + + queue + Import Queue + + diff --git a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.service.ts b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.service.ts index 5fc3d38a85..39d07e8e7f 100644 --- a/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.service.ts +++ b/Open-ILS/src/eg2/src/app/staff/acq/lineitem/lineitem.service.ts @@ -125,7 +125,8 @@ export class LineitemService { flesh_copies: true, flesh_claim_policy: true, clear_marc: false, - apply_order_identifiers: true + apply_order_identifiers: true, + flesh_queued_record: true }, params.fleshMore || {}); return this.net.request( -- 2.11.0