finish basic implemention of tax exemption by tax name hack, RT#5127
[freeside.git] / FS / FS / Conf.pm
index 8065f3b..a9b891c 100644 (file)
@@ -2828,6 +2828,13 @@ worry that config_items is freeside-specific and icky.
   },
 
   {
+    'key'         => 'tax-cust_exempt-groups',
+    'section'     => '',
+    'description' => 'List of grouping possibilities for tax names, for per-customer exemption purposes, one tax name per line.  For example, "GST" would indicate the ability to exempt customers individually from taxes named "GST" (but not other taxes).',
+    'type'        => 'textarea',
+  },
+
+  {
     'key'         => 'cust_main-default_view',
     'section'     => 'UI',
     'description' => 'Default customer view, for users who have not selected a default view in their preferences.',