From: Terran McCanna Date: Fri, 8 Jul 2022 16:53:08 +0000 (-0400) Subject: PINES Stripe Fix #2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=22512965452c0faa06bfab3167c428b6d0affee1;p=evergreen%2Fpines.git PINES Stripe Fix #2 Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index ca9e3d8670..fdaa42b939 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -13,7 +13,9 @@
[% END %] -

+ [% neg = 0; %] + +

[% l("Charges On Your Account") %]

[% l("PINES Account Tips") %]
@@ -72,6 +74,7 @@ [% money(f.xact.balance_owed) %] + [% IF f.xact.balance_owed < 0; neg = neg + 1; END %] @@ -169,7 +172,6 @@ [% c = 0; %] - [% neg = 0; %] [% FOR f IN ctx.fines.grocery %] [% c = c + 1; %]