From: Bill Erickson Date: Wed, 28 May 2014 20:27:40 +0000 (-0400) Subject: bill history transactions X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8078ea32912cea63da32c81d6e4efa0b870c50dc;p=working%2FEvergreen.git bill history transactions Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/src/templates/staff/circ/patron/t_bill_history.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_bill_history.tt2 index 1f2c75a074..1795ff052f 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_bill_history.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_bill_history.tt2 @@ -18,9 +18,9 @@
[% l('Selected Billed:') %]
-
{{selected_billed | currency}}
+
{{selected_billed() | currency}}
[% l('Selected Paid:') %]
-
{{selected_paid | currency}}
+
{{selected_paid() | currency}}
[% l('Start Date:') %]
@@ -34,6 +34,7 @@ id-field="id" query="xactQuery" activate-item="activateBill" + on-selection-change="gridSelectionChanged" revision="xactRevision">