]> git.koha-community.org Git - koha.git/commit
Bug 6479 Converts all the serialseq variables to UTF-8.
authorFrédérick Capovilla <frederick.capovilla@sys-tech.net>
Tue, 7 Jun 2011 18:03:08 +0000 (14:03 -0400)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 5 Sep 2011 01:05:27 +0000 (21:05 -0400)
commit2c28ce57648063655b69a1dab9801c8e7212fbdc
tree061a35f1bb667b7fbd970b8d8aeae5c04fee7de0
parentfb55aa8e0deb59390d0fda0c9619a0537151ba6b
Bug 6479 Converts all the serialseq variables to UTF-8.

Corrects a problem when an UTF-8 character is used in the serial
numbering formula. The encoding became incorrect when concatenating the
number in the subscriptionhistory table.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
To reproduce:
- Create subscription with numbering pattern N° {X}
- Receive 2 or more issues
- Check subscription summary page and manual history fields on the edit screen

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit acc684bc01fca37615009a778ba5927e40f52d29)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
serials/serials-edit.pl