]> git.koha-community.org Git - koha.git/commit
Bug 37647: Remove Text::CSV_XS import
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Thu, 15 Aug 2024 09:37:10 +0000 (09:37 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 12 Sep 2024 22:04:57 +0000 (22:04 +0000)
commitb55df97aa8964f275425bd03ae4a72630698156e
tree33071accc595706e30d20d330e319204d24dcf57
parentc38db96f3d7929ef04ae6af600ccf458797e4bbd
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 <jake.deery@ptfs-europe.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
(cherry picked from commit 3c94b26c662c76792c36b1b8dd5a95411bf05d03)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/REST/V1/ERM/EHoldings/Titles/Local.pm