From: Jason Stephenson Date: Mon, 2 Apr 2018 20:14:43 +0000 (-0400) Subject: LP1760662: Item Status Holdable Field Display Follow-up X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b27a2712a70841f9734f782c865b7a692e1af11f;p=contrib%2FConifer.git LP1760662: Item Status Holdable Field Display Follow-up Remove the boolText filter because it was always return false. 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 c6a5288503..e4130a2a2c 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.holdable() | boolText}}
+
{{copy.holdable()}}
[% l('In-House Uses') %]
{{copy._inHouseUseCount}}