diff options
-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 021bce333..d468e6031 100644 --- a/FS/FS/tax_rate.pm +++ b/FS/FS/tax_rate.pm @@ -471,7 +471,7 @@ sub _fatal_or_null { $name = 'Other surcharges' if ($self->passtype == 2); - if ($conf->exists('ignore_incalculable_tax')) { + if ($conf->exists('ignore_incalculable_taxes')) { warn $error; return { name => $name, amount => 0 }; } else { |