[freeside-commits] freeside/FS/FS Conf.pm,1.274,1.275

Ivan,,, ivan at wavetail.420.am
Fri Apr 10 12:33:31 PDT 2009


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

Modified Files:
	Conf.pm 
Log Message:
better description for enable_taxproducts and a warning about tax-pkg_address with it

Index: Conf.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Conf.pm,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -d -r1.274 -r1.275
--- Conf.pm	7 Apr 2009 18:20:43 -0000	1.274
+++ Conf.pm	10 Apr 2009 19:33:29 -0000	1.275
@@ -1506,7 +1506,7 @@
   {
     'key'         => 'enable_taxproducts',
     'section'     => 'billing',
-    'description' => 'Enable per-package mapping to new style tax classes',
+    'description' => 'Enable per-package mapping to vendor tax data from CCH or elsewhere.',
     'type'        => 'checkbox',
   },
 
@@ -2071,7 +2071,7 @@
   {
     'key'         => 'tax-pkg_address',
     'section'     => 'billing',
-    'description' => 'By default, tax calculations are done based on the billing address.  Enable this switch to calculate tax based on the package address instead (when present).',
+    'description' => 'By default, tax calculations are done based on the billing address.  Enable this switch to calculate tax based on the package address instead (when present).  Note that this option is currently incompatible with vendor data taxation enabled by enable_taxproducts.',
     'type'        => 'checkbox',
   },
 



More information about the freeside-commits mailing list