Bug 15451: Koha::CsvProfiles - Remove the residue
commitf3d7f271078f10837b5d1877e2cdfee209c98381
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 Dec 2015 18:28:55 +0000 (30 18:28 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 22 Jul 2016 17:18:36 +0000 (22 17:18 +0000)
treefe00c314f9bf9d5ea6821b6f7b6ba8bdd0c4041a
parent0e80c75aee02157b1fc4121ecf3b039f6f797b7b
Bug 15451: Koha::CsvProfiles - Remove the residue

This patch erase all traces of C4::Csv since it's not used anymore.
All occurrences have been replaced by previous patches to use
Koha::CsvProfiles.

Note that GetMarcFieldsForCsv was not used prior this patch set.

Test plan:
  git grep 'C4::Csv'
should not return any result.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
No more traces of the file.
This produces a koha-qa fail, due to the missing file.
No other errors

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
12 files changed:
C4/Csv.pm [deleted file]
C4/Record.pm
basket/downloadcart.pl
misc/export_records.pl
opac/opac-downloadcart.pl
opac/opac-downloadshelf.pl
serials/claims.pl
serials/lateissues-export.pl
t/db_dependent/Csv.t [deleted file]
tools/export.pl
virtualshelves/downloadshelf.pl
virtualshelves/shelves.pl