From 028c83edfa000f6bdbcd32ee3ffd5ee5561110d2 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 6 May 2014 18:53:46 -0700 Subject: config to turn on term discounts feature, fixing perf problems entering payments / manually processing cards, RT#27038 --- FS/FS/Conf.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 4b55f65a1..f1893b7a4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5701,6 +5701,13 @@ and customer address. Include units.', }, }, + { + 'key' => 'part_pkg-term_discounts', + 'section' => 'billing', + 'description' => 'Enable the term discounts feature. Recommended to keep turned off unless actually using - not well optimized for large installations.', + 'type' => 'checkbox', + }, + { key => "apacheroot", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" }, -- cgit v1.2.1