https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15451
Bernardo Gonzalez Kriegel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #50182|0 |1 is obsolete| | --- Comment #29 from Bernardo Gonzalez Kriegel <[email protected]> --- Created attachment 50864 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=50864&action=edit [SIGNED-OFF] Bug 15451: Koha::CsvProfiles - Remove GetCsvProfileId This subroutine returned the export_format_id for a given profile name. This can be done easily with the Koha::CsvProfiles->search method. Test plan: Export records using the misc/export_records.pl script and the export tool. If you are exporting using the MARC format, the profile filled in the pref ExportWithCsvProfile will be used (or the one passed in parameter of misc/export_records.pl). If you are exporting using the CSV format, you can choose a profile in the dropdown list. Signed-off-by: Bernardo Gonzalez Kriegel <[email protected]> Exported using tool & cmd, marc & csv. Pref is used. No errors -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
