From: Bill Erickson Date: Fri, 12 Mar 2021 21:53:00 +0000 (-0500) Subject: LP1904036 billing statement X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=1f8a1ab1b8fce9b1a122a927addf65e5c873487e;p=working%2FEvergreen.git LP1904036 billing statement Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- diff --git a/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html b/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html index f0e11a05a1..7b97d4a535 100644 --- a/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html +++ b/Open-ILS/src/eg2/src/app/staff/circ/patron/bill-statement.component.html @@ -73,52 +73,50 @@
-
-
-
- Billing - Payment - Adjustment - Void -
-
-
- {{line.billing_type}} -
-
- {{line.note.join(', ')}} -
-
- {{line.start_date | date:'short'}} - - {{line.end_date | date:'short'}} -
-
-
- -{{line.amount | currency}} -
-
{{line.running_balance | currency}}
-
-
+
+
+
+ Billing + Payment + Adjustment + Void +
+
+
+ {{line.billing_type}} +
+
{{line.note.join(', ')}}
+
+ {{line.start_date | date:'short'}} + - {{line.end_date | date:'short'}} +
+
+
+ -{{line.amount | currency}} +
+
{{line.running_balance | currency}}
+
+
-
- -
-
Total Charges
-
{{statement.summary.billing_total | currency}}
-
-
-
Total Payments
-
{{statement.summary.payment_total | currency}}
-
-
-
Total Adjustements
-
{{statement.summary.account_adjustment_total | currency}}
-
-
-
Total Voids
-
{{statement.summary.void_total | currency}}
-
+
+ +
+
Total Charges
+
{{statement.summary.billing_total | currency}}
+
+
+
Total Payments
+
{{statement.summary.payment_total | currency}}
+
+
+
Total Adjustements
+
{{statement.summary.account_adjustment_total | currency}}
+
+
+
Total Voids
+
{{statement.summary.void_total | currency}}
+