Bugzilla – Attachment 126792 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: Make 'Pay all fines' be 'Pay all charges'
Bug-29309-Make-Pay-all-fines-be-Pay-all-charges.patch (text/plain), 1.70 KB, created by
Katrin Fischer
on 2021-10-23 22:56:46 UTC
(
hide
)
Description:
Bug 29309: Make 'Pay all fines' be 'Pay all charges'
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2021-10-23 22:56:46 UTC
Size:
1.70 KB
patch
obsolete
>From cd133c4c9dc567138b297bc5389ce1d8f285265d Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 22 Oct 2021 18:59:37 -0300 >Subject: [PATCH] Bug 29309: Make 'Pay all fines' be 'Pay all charges' > >It is not just fines, it is also fees, etc. > >To test: >1. Have a patron with debt >2. Go to the circulation page for the patron >=> FAIL: There's a button saying 'Pay all fines' >3. Apply this patch and reload page >=> SUCCESS: The button now says 'Pay all charges' >4. Enjoy the new terminology >5. Sign off :-D > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc >index c9bb3712fe..e563aa678e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/blocked-fines.inc >@@ -9,7 +9,7 @@ > [% END %] > [% IF CAN_user_updatecharges_remaining_permissions %] > <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% patron.borrowernumber | uri %]" class="btn btn-default btn-xs" >Make payment</a> >- <a href="/cgi-bin/koha/members/paycollect.pl?borrowernumber=[% patron.borrowernumber | uri %]" class="btn btn-default btn-xs" >Pay all fines</a></li> >+ <a href="/cgi-bin/koha/members/paycollect.pl?borrowernumber=[% patron.borrowernumber | uri %]" class="btn btn-default btn-xs" >Pay all charges</a></li> > [% END %] > </li> > [% END %] >-- >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