Summary: | members/pay.tt account_grp is not longer used | ||
---|---|---|---|
Product: | Koha | Reporter: | Martin Renvoize (ashimema) <martin.renvoize> |
Component: | Templates | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | trivial | ||
Priority: | P5 - low | CC: | 1joynelson, david, hayleypelham, lucas |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This patch removes markup that is no longer required in the pay.tt template (this template is used in the accounting section for patrons).
|
Version(s) released in: |
20.05.00, 19.11.03, 19.05.08, 18.11.14
|
Circulation function: | |||
Attachments: |
Bug 23112: (follow-up) Fix test as per feedback
Bug 23113: members/pay.tt account_grp is not longer used Bug 23113: members/pay.tt account_grp is not longer used Bug 23113: members/pay.tt account_grp is not longer used |
Description
Martin Renvoize (ashimema)
2019-06-13 08:51:05 UTC
Created attachment 96869 [details] [review] Bug 23112: (follow-up) Fix test as per feedback As per comment #48 Comment on attachment 96869 [details] [review] Bug 23112: (follow-up) Fix test as per feedback Sorry, attached to the wrong bug! Created attachment 96889 [details] [review] 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. Created attachment 97952 [details] [review] 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> Created attachment 98006 [details] [review] 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> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Nice work everyone! Pushed to master for 20.05 Pushed to 19.11.x branch for 19.11.03 backported to 19.05.x for 19.05.08 Backported to 18.11.x for 18.11.14. |