diff options
| author | jeff <jeff> | 2008-08-28 22:00:05 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2008-08-28 22:00:05 +0000 | 
| commit | 2f709ab04cee5c24fb3e4938ad879a2019962499 (patch) | |
| tree | cdb77521257fc28152be4f2d9e6fd089d0dd3e45 /FS | |
| parent | 42132c9a86d36d7fefa7ba5f058f764ba6e7ad5b (diff) | |
updates can be completely empty
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 | 
