Bugzilla – Attachment 115566 Details for
Bug 27098
Rename 'Relatives fines' to 'Relatives charges' in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27098: Renames Relatives fines to Relative charges
Bug-27098-Renames-Relatives-fines-to-Relative-char.patch (text/plain), 1.66 KB, created by
Kyle M Hall (khall)
on 2021-01-21 16:08:59 UTC
(
hide
)
Description:
Bug 27098: Renames Relatives fines to Relative charges
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2021-01-21 16:08:59 UTC
Size:
1.66 KB
patch
obsolete
>From 60c9081eb50b5b839ff8ac234086323ece1995f2 Mon Sep 17 00:00:00 2001 >From: Eden Bacani <eden.bacani@gmail.com> >Date: Tue, 19 Jan 2021 02:21:32 +0000 >Subject: [PATCH] Bug 27098: Renames Relatives fines to Relative charges > >1. Check on website that users that are guarantor see charges under >Relative charges instead of Relatives' fines > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >index 0f5e696cf7..5d4206a0c6 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt >@@ -202,7 +202,7 @@ > [% IF ( OPACFinesTab ) %] > [% IF ( amountoutstanding > 0 ) %]<li><a href="#opac-user-fines">Charges ([% amountoutstanding | $Price %])</a></li>[% END %] > [% IF ( amountoutstanding < 0 ) %]<li><a href="#opac-user-fines">Credits ([% amountoutstanding * -1 | $Price %])</a></li>[% END %] >- [% IF relatives_with_fines %]<li><a href="#opac-user-relative-fines">Relatives' fines</a></li>[% END %] >+ [% IF relatives_with_fines %]<li><a href="#opac-user-relative-fines">Relatives' charges</a></li>[% END %] > [% END %] > > [% IF borrower_club_enrollments.count || borrower_enrollable_clubs.count %] >-- >2.24.1 (Apple Git-126)
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 27098
:
114002
|
115288
|
115303
| 115566