PINES Stripe Fix #2
authorTerran McCanna <tmccanna@georgialibraries.org>
Fri, 8 Jul 2022 16:53:08 +0000 (12:53 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 8 Jul 2022 18:57:42 +0000 (14:57 -0400)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/myopac/charges.tt2

index ca9e3d8..fdaa42b 100755 (executable)
@@ -13,7 +13,9 @@
 <form action="[% ctx.opac_root %]/myopac/main_payment_form#payment" method="get" id="selected_fines">
 [% END %]
 
-        <h3>
+               <!-- temp: --> [% neg = 0; %]
+
+               <h3>
                 [% l("Charges On Your Account") %]
         </h3>
         <div style="padding-bottom:10px;">[% l("PINES Account Tips") %]</div>
@@ -72,6 +74,7 @@
                     <td class="danger">
                         <strong>
                             [% money(f.xact.balance_owed) %]
+                                                       <!-- temp: --> [% IF f.xact.balance_owed < 0; neg = neg + 1; END %]
                         </strong>
                         <input class="fineAmount" value="[% f.xact.balance_owed %]" hidden />
                     </td>
             </thead>
             <tbody id='myopac_trans_tbody'>
                 [% c = 0; %]
-                               <!-- temp: --> [% neg = 0; %]
                 [% FOR f IN ctx.fines.grocery %]
                 <tr class ='myopac_trans_row'>
                 [% c = c + 1; %]