tax adjustments, RT#5595
[freeside.git] / FS / FS / Conf.pm
index a9b891c..ac479da 100644 (file)
@@ -2851,6 +2851,13 @@ worry that config_items is freeside-specific and icky.
     ],
   },
 
+  {
+    'key'         => 'enable_tax_adjustments',
+    'section'     => 'billing',
+    'description' => 'Enable the ability to add manual tax adjustments.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;