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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 5 Jun 2017 14:38:14 +0000 (11:38 -0300)
commitef6211b319b58b4c35e8cb8555e1caa4da9b2a8f
tree8760545aa9a586bb3d07476cba2fb4e3435bcce5
parentcc54b596c3bb225f45ca0443728452444b807d4e
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>
tools/export.pl