summaryrefslogtreecommitdiff
path: root/FS/FS/cust_tax_location.pm
diff options
context:
space:
mode:
authorjeff <jeff>2009-02-16 06:02:09 +0000
committerjeff <jeff>2009-02-16 06:02:09 +0000
commitb38973e36476add4099190fb19453d7d762bb8ac (patch)
tree14d02b01a5eeeac70416ef7e096ea06904af69c5 /FS/FS/cust_tax_location.pm
parent1855f08f225b076cd3db2af1c271478ea36f4c28 (diff)
allow completely empty updates (again?)
Diffstat (limited to 'FS/FS/cust_tax_location.pm')
-rw-r--r--FS/FS/cust_tax_location.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_tax_location.pm b/FS/FS/cust_tax_location.pm
index 7a6af34..b7437a0 100644
--- a/FS/FS/cust_tax_location.pm
+++ b/FS/FS/cust_tax_location.pm
@@ -314,7 +314,7 @@ sub batch_import {
$dbh->commit or die $dbh->errstr if $oldAutoCommit;
- return "Empty file!" unless $imported;
+ return "Empty file!" unless ( $imported || $format =~ /^cch-update/ );
''; #no error