@@ -, +, @@ - Catalog or find a record with non-latin script Something like a word in Hebrew would work. - Create a fine entry for that record Something like a rental fee works. - Verify that the title doesn't display correct on the pay fine page (other tabs are ok) - Apply patch - Check the pages again - display should be correct now. --- koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt @@ -136,7 +136,7 @@ function enableCheckboxActions(){ [% CASE %][% line.accounttype %] [%- END -%] [%- IF line.description %], [% line.description %][% END %] - [% IF line.title %]([% line.title |html_entity %])[% END %] + [% IF line.title %]([% line.title |html %])[% END %] [% line.accounttype %] --