]> git.koha-community.org Git - koha.git/commit
Bug 15451: Koha::CsvProfiles - Remove the residue
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 30 Dec 2015 18:28:55 +0000 (18:28 +0000)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Apr 2017 11:20:01 +0000 (23:20 +1200)
commitdf46724747d56cfdf2fde2f9d19fae360ab8b1f4
tree01bb222cebfc4c93a2fab67fd562973f60a94579
parentde0e3f8512fd4831213807c7e4d83109a8504cd5
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>
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