diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/tax_rate.pm | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm index 4769b32ab..e0f98afd3 100644 --- a/FS/FS/tax_rate.pm +++ b/FS/FS/tax_rate.pm @@ -717,7 +717,7 @@ sub batch_import {    $dbh->commit or die $dbh->errstr if $oldAutoCommit; -  return "Empty file!" unless $imported; +  return "Empty file!" unless ($imported || $format eq 'cch-update');    ''; #no error  | 
