[freeside-commits] freeside/FS/FS tax_rate.pm,1.17,1.18

Jeff Finucane,420,, jeff at wavetail.420.am
Thu Feb 5 13:02:28 PST 2009


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv510

Modified Files:
	tax_rate.pm 
Log Message:
pluralization agreement

Index: tax_rate.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/tax_rate.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- tax_rate.pm	5 Feb 2009 16:57:34 -0000	1.17
+++ tax_rate.pm	5 Feb 2009 21:02:25 -0000	1.18
@@ -471,7 +471,7 @@
   $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 {



More information about the freeside-commits mailing list