From 9bfc701854c2bd6913d35d3f929d57656b6d2e08 Mon Sep 17 00:00:00 2001 From: jeff Date: Thu, 5 Feb 2009 21:02:25 +0000 Subject: [PATCH] pluralization agreement --- FS/FS/tax_rate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.11.0