From bf26850860becc7d4776663881aa589389a89b89 Mon Sep 17 00:00:00 2001 From: Owen Leonard 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 @@ [% total + outstanding_credits.total_outstanding | $Price %] [% END %] - [% IF ( account_grp.total ) %] - - Sub total: - [% account_grp.total | $Price %] - - [% END %] -- 2.11.0