summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-04 01:07:13 +0000
committerlevinse <levinse>2011-05-04 01:07:13 +0000
commit59cd694a36481cd7445d7ad43c05854ee98f9059 (patch)
treef050457fdf6912225de8e62040e81a4029cfc0e2 /FS
parent6c3e4e525fbb29ce5b3c1f8d193463ee88a340ae (diff)
config to show payment history report, RT7694
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 7 insertions, 1 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 575b1b823..e64f8282a 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -4371,7 +4371,13 @@ and customer address. Include units.',
'description' => 'Disable the "Charge future payments to this (card|check) automatically" checkbox from defaulting to checked.',
'type' => 'checkbox',
},
-
+
+ {
+ 'key' => 'payment-history-report',
+ 'section' => 'UI',
+ 'description' => 'Show a link to the payment history report in the Reports menu. DO NOT ENABLE THIS.',
+ 'type' => 'checkbox',
+ },
{ key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },