diff options
| author | jeff <jeff> | 2009-02-05 21:02:25 +0000 | 
|---|---|---|
| committer | jeff <jeff> | 2009-02-05 21:02:25 +0000 | 
| commit | 9bfc701854c2bd6913d35d3f929d57656b6d2e08 (patch) | |
| tree | 28accd5506f8b348b0a3c68123bd5ca60bd58789 | |
| parent | 706d7c9808eba10767b8a3f2c7735c00be3797fb (diff) | |
pluralization agreement
| -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 {  | 
