From bf26850860becc7d4776663881aa589389a89b89 Mon Sep 17 00:00:00 2001
From: Owen Leonard <oleonard@myacpl.org>
Date: Tue, 7 Jan 2020 12:33:02 +0000
Subject: [PATCH] Bug 23113: members/pay.tt account_grp is not longer used

This patch removes obsolete markup from pay.tt.

To test, apply the patch and search the Koha codebase for instances of
"account_grp" There should be none.

Log in to the staff client and go to the account of a patron who has
fines. Confirm that the "Accounting" page ("Make a payment" tab) works
correctly.
---
 koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
index e2883b371a0..a4e4568a06a 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt
@@ -130,12 +130,6 @@
             <td style="text-align: right;">[% total + outstanding_credits.total_outstanding | $Price %]</td>
         </tr>
     [% END %]
-    [% IF ( account_grp.total ) %]
-        <tr>
-            <td class="total" colspan="10" style="text-align: right;">Sub total:</td>
-            <td style="text-align: right;">[% account_grp.total | $Price %]</td>
-        </tr>
-    [% END %]
 </tfoot>
 
 </table>
-- 
2.11.0