Bug 16199: Remove C4::Ris::charconv
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Tue, 5 Apr 2016 06:52:50 +0000 (07:52 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Wed, 6 Apr 2016 23:59:45 +0000 (23:59 +0000)
commit88dc70f7e691da61742f79c46c601de82a1d7e56
tree411567945b1983e040410e75cbef05799b7b034e
parent5ecdd8c6a3f1dfbb8d498921d62100dd6bdb921f
Bug 16199: Remove C4::Ris::charconv

This subroutine always returns what has been sent in parameter.
It is unecessary and can be removed.

Test plan:
  prove t/Ris.t
should not be noisy

Export a catalogue record in Ris should generate the same file with and
without this patch

NOTE: With/Without were identical in my testing.
      t/Ris.t is nicely silenced.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
C4/Ris.pm
t/Ris.t