From 481365e06930b9d02735a060e4f8764fc73f2b57 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Tue, 26 Apr 2022 07:16:35 -0400 Subject: [PATCH] Revert "Temp fix for Stripe bug when there are negative bills" This reverts commit 1b9ab2c67e698f220cd038a25db20559ba1c2cba. --- .../src/templates-bootstrap/opac/myopac/charges.tt2 | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 index ca9e3d8670..451fc0c170 100755 --- a/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2 @@ -169,7 +169,6 @@ [% c = 0; %] - [% neg = 0; %] [% FOR f IN ctx.fines.grocery %] [% c = c + 1; %] @@ -184,7 +183,6 @@ Amount Owed [% money(f.xact.balance_owed) %] - [% IF f.xact.balance_owed < 0; neg = neg + 1; END %] @@ -218,17 +216,11 @@
[% l('You have no current fines.') %]
[% ELSIF myopac_cc_allowed %] - - [% IF neg > 0 %] - There are negative bills on your account that must be resolved before you are able to make - a payment. Please contact your library for assistance. - [% ELSE %] -
- - -
- [% END %] +
+ + +
[% END %] [% IF myopac_cc_allowed %] -- 2.11.0