From: Terran McCanna Date: Tue, 29 Jun 2021 19:49:35 +0000 (-0400) Subject: PINES - Hide Credit Available from Patron Account X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9d93e8ad22ef586c28cb4b5961f71326f8dc5513;p=evergreen%2Fpines.git 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 --- 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 24ba637f47..bc6e7ea2c9 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:') %]