Bug 11944: Fix encoding issue in C4::ItemType
authorJonathan Druart <jonathan.druart@biblibre.com>
Wed, 14 May 2014 09:20:21 +0000 (11:20 +0200)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Tue, 13 Jan 2015 16:07:33 +0000 (13:07 -0300)
commit7431f8cfe29e330e2232b0df591afc4d923b0a52
treed88fb650bb4883e395e99db68f16931cc55674a0
parent1db6f0d332a54c0a93614c9f225cb400756197e4
Bug 11944: Fix encoding issue in C4::ItemType

There is no need to encode strings coming from DB.

To reproduce:
go on admin/item_circulation_alerts.pl
The headers contain bad encoded characters.

Signed-off-by: Dobrica Pavlinusic <dpavlin@rot13.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
C4/ItemType.pm
admin/item_circulation_alerts.pl