[Koha-bugs] [Bug 15493] Export records using a CSV profile does not work

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 6 17:22:41 CET 2016


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15493

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 46334
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=46334&action=edit
Bug 15493: Use the correct CSV profile when exporting records from the export
tool

The CSV profile used is not the one the user has chosen, but the one
defined in the pref ExportWithCsvProfile.

It's caused by a wrong variable name csv_profile vs csv_profile_id

Test plan:
Define 1+ csv profiles
Set ExportWithCsvProfile with 1 of these profile
Use the export tool to export some records using a csv profile.
Without this patch, the csv profile used, will always be the one defined
in ExportWithCsvProfile.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list