diff options
author | ivan <ivan> | 2011-09-22 21:37:54 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-09-22 21:37:54 +0000 |
commit | 8fea7d5909a4e00feaa47a1f27180fa5660e3a34 (patch) | |
tree | a48436bf7dbf7a01b7ad553ef94e94cc070cf198 | |
parent | 7c0b01a7b3fda96bdb3604a898603eaa960fece5 (diff) |
clarify description for payment-history-report
-rw-r--r-- | FS/FS/Conf.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 7dcbf044c..35772fb93 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4563,7 +4563,7 @@ and customer address. Include units.', { 'key' => 'payment-history-report', 'section' => 'UI', - 'description' => 'Show a link to the payment history report in the Reports menu. DO NOT ENABLE THIS.', + 'description' => 'Show a link to the raw database payment history report in the Reports menu. DO NOT ENABLE THIS for modern installations.', 'type' => 'checkbox', }, |