From 59cd694a36481cd7445d7ad43c05854ee98f9059 Mon Sep 17 00:00:00 2001 From: levinse Date: Wed, 4 May 2011 01:07:13 +0000 Subject: config to show payment history report, RT7694 --- FS/FS/Conf.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'FS') 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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1