From 5f27a85f0c8ee938972f95794d7feaaf82d0e4a2 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 3 Mar 2017 07:33:37 -0500 Subject: [PATCH] LP#1621178: Tweaks to item status column picker option This commit: * Sets copy status as visible by default on the Item Status list page * Removes the copy status column from the Checkout page. The expectation is that items will not appear in this grid unless they have a Checked out status. * Adds the copy status to the holds pull list. This is mostly useful for staff to see if an item was recently returned, and most likely to be found on the reshelving cart. Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/cat/item/t_list.tt2 | 2 +- Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 | 1 + Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) 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 75f22f51d8..3328f29e4f 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_list.tt2 @@ -61,7 +61,7 @@ - + diff --git a/Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 b/Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 index 4f4502f88a..7a2e38b607 100644 --- a/Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 +++ b/Open-ILS/src/templates/staff/circ/holds/t_pull_list.tt2 @@ -82,6 +82,7 @@ + diff --git a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 index 70354138e0..b2df9875a0 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 @@ -109,7 +109,6 @@ - -- 2.11.0