Bugzilla – Attachment 33473 Details for
Bug 13133
Mangled UTF8 in pay.tt
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[Passed QA] Bug 13133: Fix mangled titles on pay fines page
Passed-QA-Bug-13133-Fix-mangled-titles-on-pay-fine.patch (text/plain), 1.61 KB, created by
Martin Renvoize (ashimema)
on 2014-11-12 08:05:32 UTC
(
hide
)
Description:
[Passed QA] Bug 13133: Fix mangled titles on pay fines page
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2014-11-12 08:05:32 UTC
Size:
1.61 KB
patch
obsolete
>From c181955f1a61c9a8aafd94696d5c9b6a3e1d076d Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 9 Nov 2014 23:58:03 +0100 >Subject: [PATCH] [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> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >index 7ba26d8..a2882ab 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/pay.tt >+++ b/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 %] > </td> > <td><input type="text" name="payment_note_[% line.accountno %]" /></td> > <td>[% line.accounttype %]</td> >-- >1.7.10.4
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 13133
:
33401
|
33404
| 33473