From c0e6c12e1d3ebf887861174eec30a67f426b9549 Mon Sep 17 00:00:00 2001 From: Eden Bacani 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 --- 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 ) %]
  • Charges ([% amountoutstanding | $Price %])
  • [% END %] [% IF ( amountoutstanding < 0 ) %]
  • Credits ([% amountoutstanding * -1 | $Price %])
  • [% END %] - [% IF relatives_with_fines %]
  • Relatives' fines
  • [% END %] + [% IF relatives_with_fines %]
  • Relatives' charges
  • [% END %] [% END %] [% IF borrower_club_enrollments.count || borrower_enrollable_clubs.count %] -- 2.11.0