@@ -, +, @@ --- .../opac-tmpl/bootstrap/en/includes/account-table.inc | 14 +++++++------- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc +++ a/koha-tmpl/opac-tmpl/bootstrap/en/includes/account-table.inc @@ -117,9 +117,9 @@ [% END %] [% FOREACH r IN relatives %] -

[% r.patron.firstname %] [% r.patron.surname %]'s fines and charges

+

[% r.patron.firstname | html %] [% r.patron.surname | html %]'s fines and charges

- +
@@ -134,7 +134,7 @@ [% FOREACH a IN r.accountlines %] [% SET account_sum = account_sum + a.amountoutstanding %] - + [% IF ( a.amount < 0 ) %] [% IF ( a.amountoutstanding < 0 ) %] --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-user.tt @@ -424,8 +424,8 @@ [% FOREACH r IN relatives_with_fines %] - - + + [% END %] --
Date
[% a.date | $KohaDates %][% a.date | $KohaDates %] [% SWITCH a.accounttype %] [% CASE 'Pay' %]Payment, thanks @@ -157,11 +157,11 @@ [% CASE 'WO' %]Writeoff [% CASE 'C' %]Credit [% CASE 'CR' %]Credit - [% CASE %][% a.accounttype %] + [% CASE %][% a.accounttype | html %] [%- END -%] - [%- IF a.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', a.payment_type, 1) %][% END %] - [%- IF a.description %], [% a.description %][% END %] - [% IF a.itemnumber %]([% a.item.biblio.title %])[% END %] + [%- IF a.payment_type %], [% AuthorisedValues.GetByCode('PAYMENT_TYPE', a.payment_type, 1) | html %][% END %] + [%- IF a.description %], [% a.description | html %][% END %] + [% IF a.itemnumber %]([% a.item.biblio.title | html %])[% END %] [% ELSE %][% END %][% a.amount | $Price %][% ELSE %][% END %][% a.amountoutstanding | $Price %]
[% r.firstname %] [% r.surname %] currently owes fines and charges amounting to:[% r.account.balance | $Price %][% r.firstname | html %] [% r.surname | html %] currently owes fines and charges amounting to:[% r.account.balance | $Price %]