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

Jonathan Druart <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |ommunity.org                |

--- Comment #1 from Jonathan Druart <[email protected]> 
---
I guess the following patch would fixes the problem:

-        my @valid_mimetypes = qw( application/octet-stream text/csv text/plain
);
+        my @valid_mimetypes = qw( application/octet-stream text/csv text/plain
application/vnd.ms-excel );

Are we going to create a patch for vendors that provide non-standard mimetype?
(Yes I know, this one is certainly the most used).

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to