From 68307cb7333d05d86231baafdf9dd0a688e012a0 Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 12 Apr 2011 02:51:52 +0000 Subject: add disable_payauto_default conf, RT#12431 --- FS/FS/Conf.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'FS') diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d84d22859..3595db6ae 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4350,6 +4350,14 @@ and customer address. Include units.', 'select_enum' => [ '', '7', 'EmulateIE7', '8', 'EmulateIE8' ], }, + { + 'key' => 'disable_payauto_default', + 'section' => 'UI', + 'description' => 'Disable the "Charge future payments to this (card|check) automatically" checkbox from defaulting to checked.', + '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