diff options
| author | levinse <levinse> | 2011-05-04 01:07:10 +0000 | 
|---|---|---|
| committer | levinse <levinse> | 2011-05-04 01:07:10 +0000 | 
| commit | bb582ac8b4f2aee6dc4554a13acddcd8becfafe9 (patch) | |
| tree | d71cb7687ca3ba6042cb0197ddc6a95e9cc003e8 /FS | |
| parent | 3e4c6bf062b39d8030dc3afb45fec35da6593ac5 (diff) | |
config to show payment history report, RT7694
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/Conf.pm | 8 | 
1 files changed, 7 insertions, 1 deletions
| diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 2862e1810..92f2d9f5a 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4422,7 +4422,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" }, | 
