X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=9d8c3f20e4d6773b04ad5240df4737bd0468203b;hb=8a58ae3af817dd6f6d326fd934ce9feb90d6f800;hp=0c9dd657765b2985763f6109b5b7c84bf33951c3;hpb=84cb979c86a35805cfc6c4530ad4505243b7cfd0;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 0c9dd6577..9d8c3f20e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1506,7 +1506,7 @@ worry that config_items is freeside-specific and icky. { '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 @@ worry that config_items is freeside-specific and icky. { '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', },