pluralization agreement
authorjeff <jeff>
Thu, 5 Feb 2009 21:02:25 +0000 (21:02 +0000)
committerjeff <jeff>
Thu, 5 Feb 2009 21:02:25 +0000 (21:02 +0000)
FS/FS/tax_rate.pm

index 021bce3..d468e60 100644 (file)
@@ -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 {