use common base for inventory import too, fixes problems with errors due to dos line...
[freeside.git] / FS / FS / Record.pm
index 4b6684d..80ab564 100644 (file)
@@ -1339,6 +1339,8 @@ sub process_batch_import {
     warn "can't parse file type from filename $file; defaulting to CSV";
     $type = 'csv';
   }
+  $type = 'csv' unless $type eq 'xls';
+    $opt->{'default_csv'} && $type ne 'xls';
 
   my $error =
     FS::Record::batch_import( {