Bug 15451: Koha::CsvProfiles - Remove GetCsvProfilesLoop
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Thu, 31 Dec 2015 10:32:35 +0000 (10:32 +0000)
committerMason James <mtj@kohaaloha.com>
Sun, 30 Apr 2017 11:20:00 +0000 (23:20 +1200)
commit27a3ad799ce3c125c4e727fcf39012c81ba4bb1c
tree68101cfa7d6a3db58c3354bd6e448e836a44dd9a
parentdaefab479c758bcfa6cf92b08b811c8702fd4705
Bug 15451: Koha::CsvProfiles - Remove GetCsvProfilesLoop

This subroutine returned the csv profiles for a given type.
This could be done easily with the new Koha::CsvProfiles->search method.

Test plan:
To do at the OPAC and staff interface!
1/ Export a list using a CSV profile
2/ Export your CART using a CSV profile
Note that only MARC profiles should be available.

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tested on staff/opac & cart/list
Small problem on filename extension fixed in followup.
No errors

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Mason James <mtj@kohaaloha.com>
C4/Csv.pm
basket/basket.pl
basket/downloadcart.pl
opac/opac-downloadcart.pl
opac/opac-downloadshelf.pl
virtualshelves/downloadshelf.pl
virtualshelves/shelves.pl