Bugzilla – Attachment 126793 Details for
Bug 29309
'Pay all fines' should be 'Pay all charges'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29309: (follow-up) Change 'Pay fines' to 'Pay charges'
Bug-29309-follow-up-Change-Pay-fines-to-Pay-charge.patch (text/plain), 1.30 KB, created by
Katrin Fischer
on 2021-10-23 22:56:50 UTC
(
hide
)
Description:
Bug 29309: (follow-up) Change 'Pay fines' to 'Pay charges'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-10-23 22:56:50 UTC
Size:
1.30 KB
patch
obsolete
>From a15111296142df33c6cf754845d4ba900d0514c5 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 24 Oct 2021 00:54:53 +0200 >Subject: [PATCH] Bug 29309: (follow-up) Change 'Pay fines' to 'Pay charges' > >Fixes another occurence of the fines to charges. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 d06e076405..938a283d7b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -44,7 +44,7 @@ > <a href="/cgi-bin/koha/members/members-home.pl">Patrons</a> > </li> > <li> >- <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Pay fines for [% patron.firstname | html %] [% patron.surname | html %]</a> >+ <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]">Pay charges for [% patron.firstname | html %] [% patron.surname | html %]</a> > </li> > <li> > <a href="#" aria-current="page"> >-- >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 29309
:
126789
|
126790
|
126792
| 126793