X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=032b832b268607c3ad9342977c5cdc6fcd3a7871;hp=47eccf837d71b06d991048949487c4afb0fb3938;hb=156e74067cc8723e187dfd9c5aa7ff956306fe01;hpb=99670c0a0b72b05d09f948027b50cd8e9850ad37 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 47eccf837..032b832b2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5495,7 +5495,7 @@ and customer address. Include units.', { '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? + '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. Restart Apache after changing.', #other differences? 'type' => 'select', 'select_enum' => [ 'Classic', 'Recurring' ], },