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)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 22 Jul 2016 17:18:34 +0000 (17:18 +0000)
commit814a1d4231c8e71613ce58a72b30a539654c34ee
tree3022787dd73c3e30f1df1d48d45c87f3ca9a14e3
parent6d75e385c818212cc10a9832b5a5525cbef6e6b2
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: Kyle M Hall <kyle@bywatersolutions.com>
C4/Csv.pm
basket/basket.pl
basket/downloadcart.pl
opac/opac-downloadcart.pl
opac/opac-downloadshelf.pl
virtualshelves/downloadshelf.pl
virtualshelves/shelves.pl