diff options
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r-- | FS/FS/Conf.pm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index bcfa5f6bb..394ffeb02 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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; - |