From 06dbcabe0fb0b06f176e9d355559fca487746a58 Mon Sep 17 00:00:00 2001 From: Jason Boyer Date: Mon, 2 Apr 2018 13:55:02 -0400 Subject: [PATCH 1/1] 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 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.43.2