Go to patron info -> Fines -> Pay fines. If the patron has an accruing fine for a book, and the book title has utf8 characters, the "title" for that fine is mangled. pay.tt uses "title | html_entity" which causes the mangling. boraccount.tt uses "title | html" which works correctly.
Created attachment 33401 [details] [review] Bug 13133: Fix mangled titles on pay fines page Titles with diacritics don't show correctly on the 'pay fines' page in the patron account in staff. To test: - 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.
Created attachment 33404 [details] [review] Bug 13133: Fix mangled titles on pay fines page Titles with diacritics don't show correctly on the 'pay fines' page in the patron account in staff. To test: - 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. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Created attachment 33473 [details] [review] [Passed QA] Bug 13133: Fix mangled titles on pay fines page Titles with diacritics don't show correctly on the 'pay fines' page in the patron account in staff. To test: - 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. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Super trivial, works as expected... passing qa.
Patch pushed to master. Thanks Katrina!