https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37647
Jake Deery <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #170343|0 |1 is obsolete| | --- Comment #2 from Jake Deery <[email protected]> --- Created attachment 170344 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=170344&action=edit Bug 37647: Remove Text::CSV_XS import There is an unnecessary import that has been left over from when KBART file processing logic was being handled directly in the API controller. This patch removes that import as it is no longer needed Test plan: 1) Look at the patch diff and confirm that the import for Text::CSV_XS has been removed Signed-off-by: Jake Deery <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
