[Koha-bugs] [Bug 16589] Quote of the day: Can not upload csv file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu May 26 10:30:34 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16589

--- Comment #2 from Marc Véron <veron at 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.


More information about the Koha-bugs mailing list