summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-04-12 02:51:52 +0000
committerivan <ivan>2011-04-12 02:51:52 +0000
commit68307cb7333d05d86231baafdf9dd0a688e012a0 (patch)
tree47264a2a3e3ae25017ce52c143c3b0002812431f /FS
parent6b5c1832c885bdec8908a58c93f462fbe0beb316 (diff)
add disable_payauto_default conf, RT#12431
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm8
1 files changed, 8 insertions, 0 deletions
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 => "<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" },