From 228aba9d6bfca23888d9632e987f6462bdf37705 Mon Sep 17 00:00:00 2001 From: Jason Stephenson Date: Mon, 2 Apr 2018 16:14:43 -0400 Subject: [PATCH] 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 --- 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 aa170b708c..b5fb2fa2e7 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}}
-- 2.11.0