Bugzilla – Attachment 84080 Details for
Bug 22138
members/paycollect.pl has not been updated to have the new tab names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 22138: updated tab names on members/paycollect.pl
Bug-22138-updated-tab-names-on-memberspaycollectpl.patch (text/plain), 1.69 KB, created by
Katrin Fischer
on 2019-01-16 20:07:19 UTC
(
hide
)
Description:
Bug 22138: updated tab names on members/paycollect.pl
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-01-16 20:07:19 UTC
Size:
1.69 KB
patch
obsolete
>From 6aae475ca2ce1e2cbea9b3619f8f23fe3f3f7126 Mon Sep 17 00:00:00 2001 >From: Jasmine Amohia <jasmineamohia.student@wegc.school.nz> >Date: Wed, 16 Jan 2019 00:54:52 +0000 >Subject: [PATCH] Bug 22138: updated tab names on members/paycollect.pl > >Test plan: >1. Give patron outstanding fees >2. Search patron and select 'Make payment' >3. Select either 'Pay' or 'Write off' >4. Confirm that first tab title remains as 'Transactions' >5. Confirm that current tab title remains as 'Make a payment' > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index e0af674642..d2489230a8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -41,10 +41,10 @@ > <div class="statictabs"> > <ul> > <li> >- <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Account</a> >+ <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% patron.borrowernumber | uri %]">Transactions</a> > </li> > <li class="active"> >- <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]" >Pay fines</a> >+ <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]" >Make a payment</a> > </li> > <li> > <a href="/cgi-bin/koha/members/maninvoice.pl?borrowernumber=[% patron.borrowernumber | uri %]" >Create manual invoice</a> >-- >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 22138
:
84033
|
84045
| 84080