From 1411fad92715f6428019a67e68a47095af001f58 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 21 May 2018 14:22:32 -0400 Subject: [PATCH] LP#1721148: In-house use shows copy status Adds a Copy Status column to the In-House use checkout grid. Signed-off-by: Bill Erickson Signed-off-by: Geoff Sams Signed-off-by: Galen Charlton --- Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 | 1 + Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 b/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 index df39540e1c..3af529e760 100644 --- a/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 +++ b/Open-ILS/src/templates/staff/circ/in_house_use/index.tt2 @@ -80,6 +80,7 @@ +
diff --git a/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js b/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js index 2dd2e512a4..6c65122210 100644 --- a/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js +++ b/Open-ILS/web/js/ui/default/staff/circ/in_house_use/app.js @@ -95,7 +95,7 @@ function($scope , egCore , egGridDataProvider , egConfirmDialog, {barcode : args.barcode, deleted : 'f'}, { flesh : 3, flesh_fields : { - acp : ['call_number','location'], + acp : ['call_number','location','status'], acn : ['record', 'prefix', 'suffix'], // We don't need to display a wide range of bib // fields in this UI. Fetch the flat display since -- 2.43.2