From 6aee4049f3ad50fe761221102a567117fd0e0f1d Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 29 Jun 2021 15:49:35 -0400 Subject: [PATCH] PINES - Hide Credit Available from Patron Account Remove the "Credit Available" line from the patron account on the Bills page since we do not use it. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 index 7ceab6ccc9..5f868f7c52 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 @@ -11,8 +11,7 @@
[% l('Total Billed:') %]
{{(summary.total_owed() || 0) | currency}}
-
[% l('Credit Available:') %]
-
{{patron().credit_forward_balance() | currency}}
+
[% l('Total Paid/Credited:') %]
-- 2.11.0