service dates on invoices optional (#1658)
[freeside.git] / FS / FS / Conf.pm
index bcfa5f6..394ffeb 100644 (file)
@@ -1804,7 +1804,13 @@ httemplate/docs/config.html
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'disable_line_item_date_ranges',
+    'section'     => 'billing',
+    'description' => 'Prevent freeside from automatically generating date ranges on invoice line items.',
+    'type'        => 'checkbox',
+  },
+
 );
 
 1;
-