summaryrefslogtreecommitdiff
path: root/FS/FS/Conf.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-03-21 13:15:30 -0700
committerIvan Kohler <ivan@freeside.biz>2016-03-21 13:15:30 -0700
commit8b5956288e47e8835f25ed31e69d48c1fc2f724e (patch)
tree0aec74c883940f8e122b52d775f6b9c4aadcdec9 /FS/FS/Conf.pm
parent1a8f4aeadd9f619c2f9535eb850bde58a651f82b (diff)
optimize customer list, RT#20173
Diffstat (limited to 'FS/FS/Conf.pm')
-rw-r--r--FS/FS/Conf.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 1a8769d..61bf217 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' ],
},