26 May
2016
26 May
'16
10:30 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16589 --- Comment #2 from Marc Véron <veron@veron.ch> --- (In reply to Owen Leonard from comment #1)
I've tried my own CSV file and those on Bug 15684 and I get no errors.
I think the issue is related to the fact that on my computer .csv files are associated with LibreOffice (Calc): application/vnd.sun.xml.calc See koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes-upload.tt line 241: if (!fileType.match(/comma-separated-values|csv|excel/i)) { alert(_("Uploads limited to csv. Incorrect filetype: %s").format(fileType)); -- You are receiving this mail because: You are watching all bug changes.