https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34870

--- Comment #1 from Émily-Rose Francoeur <[email protected]> ---
Created attachment 156005
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=156005&action=edit
Bug 34870: Unrecognized special characters

The informations entered in the note are encoded and sent in the 'notes'
parameter of the URL. The issue arises because paycollect.pl get the
information using param(), which does not support encoded text. By using
param_fetch(), we can retrieve the informations without any issues.

TEST PLAN
1) Go to any patron profile > Accounting > Create manual invoice
2) Fill the fields and click the “Save” button
3) Click “Make a payment”
4) Select the created invoice and click on “+ Add note”
5) Enter special characters (e.g., éçö)
6) Click the “Write off selected” button
7) In the note field, you should see “�” symbols where the special characters
are supposed to be
8) Apply the patch
9) Refresh the page; now the special characters display correctly

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to