summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2010-03-24 08:37:45 +0000
committerivan <ivan>2010-03-24 08:37:45 +0000
commitd2c621ec6c3d2edbd3d8b44600a92d6773ffa971 (patch)
tree193de5823fce840f57538763dd14bf266caa6bde /FS
parent9a778387bc4bfc97d28b25a9c123700fc6c15062 (diff)
better prepaid income reporting, with line item detail, RT#7776
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 94ecf0e2d..53c2d1387 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -3568,6 +3568,13 @@ worry that config_items is freeside-specific and icky.
'type' => 'checkbox',
},
+ {
+ 'key' => 'enable_legacy_prepaid_income',
+ 'section' => '',
+ 'description' => "Enable legacy prepaid income reporting. Only useful when you have imported pre-Freeside packages with longer-than-monthly duration, and need to do prepaid income reporting on them before they've been invoiced the first time.",
+ 'type' => 'checkbox',
+ },
+
{ key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },