From: Jason Boyer Date: Mon, 2 Apr 2018 17:55:02 +0000 (-0400) Subject: LP1760662: Item Status Holdable Field Display X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fjboyer%2Flp1760662_item_status_summary_holdable;p=working%2FEvergreen.git 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 --- 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}}