https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41628

--- Comment #1 from Tomás Cohen Arazi (tcohen) <[email protected]> ---
Created attachment 203490
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=203490&action=edit
Bug 41628: Use Koha::CSV for serials late issues export

This patch replaces direct Text::CSV_XS usage with Koha::CSV in
serials/lateissues-export.pl using the low-level API.

The sep_char from the CSV profile is passed through to Koha::CSV,
overriding the system preference as intended for profile-based exports.

Benefits:
- formula => empty enforced (prevents formula injection)
- binary => 1 always set (UTF-8 safe)
- Consistent with other CSV exports
- Removes direct Text::CSV_XS dependency

Test plan:
1. Apply patches (depends on bug 41620)
2. Go to Serials > Claims
3. Select late issues and export as CSV
=> SUCCESS: CSV generated with correct delimiter from profile
4. Sign off :-D

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to