X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=d8321b9265275bfd91ce59e2d101c35f9ea21adf;hb=6f1653f32e2d7bef2b31832a0289482bc40613e5;hp=ef9f93a7d5db0822913b31c09bcaefb98c8d9428;hpb=8f004f5beae4bf832d5c07fc440e204c16978153;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index ef9f93a7d..d8321b926 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4270,6 +4270,14 @@ and customer address. Include units.', 'type' => 'checkbox', }, + { + 'key' => 'cust_main-status_module', + 'section' => 'UI', + 'description' => 'Which module to use for customer status display. The "Classic" module (the default) considers accounts with cancelled recurring packages but un-cancelled one-time charges Inactive. The "Recurring" module considers those customers Cancelled. Similarly for customers with suspended recurring packages but one-time charges.', #other differences? + 'type' => 'select', + 'select_enum' => [ 'Classic', 'Recurring' ], + }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },