[Koha-bugs] [Bug 34870] Unrecognized special characters when writing off an invoice with a note

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 21 21:11:26 CEST 2023


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

--- Comment #1 from Émily-Rose Francoeur <emily-rose.francoeur at inLibro.com> ---
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.


More information about the Koha-bugs mailing list