From c00507abb2b9a2723caea0c812a7aadd1930ebd6 Mon Sep 17 00:00:00 2001 From: Michele Morgan Date: Tue, 16 Aug 2022 10:36:54 -0400 Subject: [PATCH] LP#1964629 - Item Status - add column for Total Circs Adds Total Circulations to the column picker. Signed-off-by: Michele Morgan Signed-off-by: Gina Monti Signed-off-by: Jane Sandberg --- Open-ILS/src/templates/staff/cat/item/t_list.tt2 | 1 + Open-ILS/web/js/ui/default/staff/circ/services/item.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 index cc5a57e052..4431a3b8aa 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -162,6 +162,7 @@ + {{item['copy_alert_count']}} diff --git a/Open-ILS/web/js/ui/default/staff/circ/services/item.js b/Open-ILS/web/js/ui/default/staff/circ/services/item.js index 7dfafd14e9..bd509d7ebb 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/services/item.js +++ b/Open-ILS/web/js/ui/default/staff/circ/services/item.js @@ -16,7 +16,7 @@ function(egCore , egOrg , egCirc , $uibModal , $q , $timeout , $window , ngToast flesh : 4, flesh_fields : { acp : ['call_number','location','status','floating','circ_modifier', - 'age_protect','circ_lib','copy_alerts', 'creator', 'editor', 'circ_as_type', 'latest_inventory'], + 'age_protect','circ_lib','copy_alerts', 'creator', 'editor', 'circ_as_type', 'latest_inventory', 'total_circ_count'], acn : ['record','prefix','suffix','label_class'], bre : ['simple_record','creator','editor'], alci : ['inventory_workstation'] -- 2.11.0