[freeside-commits] freeside/FS/FS Record.pm,1.171,1.172
Ivan,,,
ivan at wavetail.420.am
Mon Dec 8 17:49:57 PST 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv25371
Modified Files:
Record.pm
Log Message:
oops
Index: Record.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Record.pm,v
retrieving revision 1.171
retrieving revision 1.172
diff -u -d -r1.171 -r1.172
--- Record.pm 9 Dec 2008 01:46:52 -0000 1.171
+++ Record.pm 9 Dec 2008 01:49:55 -0000 1.172
@@ -1339,8 +1339,8 @@
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';
+ $type = 'csv'
+ if $opt->{'default_csv'} && $type ne 'xls';
my $error =
FS::Record::batch_import( {
More information about the freeside-commits
mailing list