From f525699f90b715c239cb1f20b92f12dc859b5db2 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 Signed-off-by: Dan Wells --- 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 4b9abe3f3f..aa170b708c 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