summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-03-18 00:21:18 -0700
committerIvan Kohler <ivan@freeside.biz>2013-03-18 00:21:18 -0700
commitc824028e0d2c74076f5b4b5e159b6dcc42d0e812 (patch)
tree75aa9d6ab64ba6c987d1e2a145637a0b11542ca2 /FS
parentb00e2c60b1b22b99972be7183740c83a277025d9 (diff)
config to enable cust_pay report time selection, RT#22001
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm
index 2b9f7b99d..3c47260df 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5258,6 +5258,13 @@ and customer address. Include units.',
'type' => 'text',
},
+ {
+ 'key' => 'report-cust_pay-select_time',
+ 'section' => 'UI',
+ 'description' => 'Enable time selection on payment and refund reports.',
+ 'type' => 'checkbox',
+ },
+
{ key => "apacheroot", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachine", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },
{ key => "apachemachines", section => "deprecated", description => "<b>DEPRECATED</b>", type => "text" },