Bugzilla – Attachment 97952 Details for
Bug 23113
members/pay.tt account_grp is not longer used
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23113: members/pay.tt account_grp is not longer used
Bug-23113-memberspaytt-accountgrp-is-not-longer-us.patch (text/plain), 1.38 KB, created by
David Nind
on 2020-01-27 00:49:21 UTC
(
hide
)
Description:
Bug 23113: members/pay.tt account_grp is not longer used
Filename:
MIME Type:
Creator:
David Nind
Created:
2020-01-27 00:49:21 UTC
Size:
1.38 KB
patch
obsolete
>From 3cc71ecd8f9d6e4ac12de7ab21643aee28ccc57f 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. > >Signed-off-by: David Nind <david@davidnind.com> >--- > 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 e2883b371a..a4e4568a06 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23113
:
96869
|
96889
|
97952
|
98006