]> git.koha-community.org Git - koha.git/commit
Bug 18704 - File types limit in tools/export.pl is causing issues with csv files...
authorNick Clemens <nick@bywatersolutions.com>
Tue, 30 May 2017 20:55:19 +0000 (16:55 -0400)
committerKatrin Fischer <katrin.fischer.83@web.de>
Sun, 11 Jun 2017 19:39:58 +0000 (21:39 +0200)
commit64f2624d58e2b1ac51e376abcb48c78c3afc3556
tree3f7230f7c610a806a97939434e14d6d1afe93862
parentde656a7b5cf80fa83ab37ffb71c6d8c0b6c73d9c
Bug 18704 - File types limit in tools/export.pl is causing issues with csv files generated by MS/Excel

To test:
1 - Save a csv of biblionumber from MS/Excel
2 - Attempt to export records using this file
3 - It fails (mimetype is appliction/vnd.ms-excel)
4 - Apply patch
5 - Try again
6 - It succeeds!

Signed-off-by: Jason Palmer <jpalmer@switchinc.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit ef6211b319b58b4c35e8cb8555e1caa4da9b2a8f)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
(cherry picked from commit 283ccd4da55ce950cf7ace02688daf0db7c0e494)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
tools/export.pl