From b804ec50b6baf57b587f2b82a0561a18e1f32e94 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Thu, 13 May 2021 12:36:28 -0400 Subject: [PATCH] LP1928363 Item circ info for Holdings tab Adds "Total Circ Count" and "Last Circ Date" columns to the staff catalog Holdings grid. Signed-off-by: Bill Erickson Signed-off-by: Chrisy Schroth Signed-off-by: Galen Charlton --- Open-ILS/examples/fm_IDL.xml | 7 ++++++- .../src/app/staff/catalog/record/holdings.component.html | 6 ++++++ .../eg2/src/app/staff/catalog/record/holdings.component.ts | 3 ++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/fm_IDL.xml b/Open-ILS/examples/fm_IDL.xml index 32816d90d9..ee7e69ec7e 100644 --- a/Open-ILS/examples/fm_IDL.xml +++ b/Open-ILS/examples/fm_IDL.xml @@ -10878,7 +10878,7 @@ SELECT usr, - + @@ -10886,6 +10886,11 @@ SELECT usr, + + + + + diff --git a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html index 72e4df00b2..075163ae18 100644 --- a/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html +++ b/Open-ILS/src/eg2/src/app/staff/catalog/record/holdings.component.html @@ -311,6 +311,12 @@ + + + +