LP1760662: Item Status Holdable Field Display Follow-up
authorJason Stephenson <jason@sigio.com>
Mon, 2 Apr 2018 20:14:43 +0000 (16:14 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 19 Apr 2018 20:06:48 +0000 (16:06 -0400)
Remove the boolText filter because it was always return false.

Signed-off-by: Jason Stephenson <jason@sigio.com>
Open-ILS/src/templates/staff/cat/item/t_summary_pane.tt2

index aa170b7..b5fb2fa 100644 (file)
     <div class="flex-cell well">{{copy.id()}}</div>
 
     <div class="flex-cell">[% l('Holdable') %]</div>
-    <div class="flex-cell well">{{copy.holdable() | boolText}}</div>
+    <div class="flex-cell well">{{copy.holdable()}}</div>
 
     <div class="flex-cell">[% l('In-House Uses') %]</div>
     <div class="flex-cell well">{{copy._inHouseUseCount}}</div>