Bugzilla – Attachment 17783 Details for
Bug 10118
[MASTER_ONLY] Problem with diacritics on 'pay fines'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10118: Problem with diacritics on Pay an individual fine.
Bug-10118-Problem-with-diacritics-on-Pay-an-indivi.patch (text/plain), 978 bytes, created by
Marcel de Rooy
on 2013-04-29 09:38:35 UTC
(
hide
)
Description:
Bug 10118: Problem with diacritics on Pay an individual fine.
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2013-04-29 09:38:35 UTC
Size:
978 bytes
patch
obsolete
>From 6cde6c12d6e09ec50bcc7b01e54d4b11052aedf5 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 29 Apr 2013 11:30:22 +0200 >Subject: [PATCH] Bug 10118: Problem with diacritics on Pay an individual > fine. >Content-Type: text/plain; charset=utf-8 > >Adds decoding via utf8 flag of CGI. >Actually a followup on report 6554. > >Test plan: >Go to patron. >Create manual invoice. Add diacritics in description. >Go to Pay Fines. >Click Pay on the line you added. Without this patch you should see a mangled >character. With this patch it should be fine. >--- > members/paycollect.pl | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/members/paycollect.pl b/members/paycollect.pl >index 9828fb3..73ca746 100755 >--- a/members/paycollect.pl >+++ b/members/paycollect.pl >@@ -22,7 +22,7 @@ use warnings; > use C4::Context; > use C4::Auth; > use C4::Output; >-use CGI; >+use CGI qw/-utf8/; > use C4::Members; > use C4::Accounts; > use C4::Koha; >-- >1.7.7.6
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 10118
:
17686
| 17783