X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=53c2d1387f69707c2a944fa6397a8bdcf020fef7;hb=f4cff6248e3340d2321e9d761fec9ea12b28f781;hp=94ecf0e2d9d94090e59d2bc13c1a38cc6b80ce1e;hpb=b5bb1a07a26d5666cb059b5299a6ca2883f2153a;p=freeside.git 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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },