]> git.koha-community.org Git - koha.git/commit
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)
committerJulian Maurice <julian.maurice@biblibre.com>
Thu, 16 Jun 2016 08:53:35 +0000 (10:53 +0200)
commit0bd65b6e1117470dfb5eebbd753babee02a839a1
treef5c2fe18102966680a4ed78b05ac86efbc1704bd
parenteb8c112456fe874ef7065c62fa2a3bc20ca3f2ab
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
(cherry picked from commit 88dc70f7e691da61742f79c46c601de82a1d7e56)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Ris.pm
t/Ris.t