From 156aef2d4b17364c34daba6cb1d4a5ef8bfb4961 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Mon, 2 Apr 2018 13:55:02 -0400 Subject: [PATCH] LP1760662: Item Status Holdable Field Display The Holdable field on the Summary tab of the Detail View of Item Status was displaying the value for OPAC Visible. Let's change that from opac_visible() to holdable(). Signed-off-by: Jason Boyer Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 index 3ef0b351df..c6a5288503 100644 --- a/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 +++ b/Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2 @@ -130,7 +130,7 @@
{{copy.id()}}
[% l('Holdable') %]
-
{{copy.opac_visible()}}
+
{{copy.holdable() | boolText}}
[% l('In-House Uses') %]
{{copy._inHouseUseCount}}
-- 2.11.0