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=f525699f90b715c239cb1f20b92f12dc859b5db2;p=evergreen%2Fpines.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 Signed-off-by: Jason Stephenson Signed-off-by: Dan Wells --- 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}}