summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-02-15 15:56:55 -0800
committerIvan Kohler <ivan@freeside.biz>2014-02-15 15:56:55 -0800
commitbcdf7aa475b84adf5efc0bc775e84975f7e830a5 (patch)
treeee5e6eac34a8be687ef4a5712bfa866912f6f7af /FS
parent1d92f6927bf5dd1b2d48041bba913cab881ff6c9 (diff)
default credit limit, RT#27267
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 d8c29f364..48b39c5b2 100644
--- a/FS/FS/Conf.pm
+++ b/FS/FS/Conf.pm
@@ -5599,6 +5599,13 @@ and customer address. Include units.',
'type' => 'checkbox',
},
+ {
+ 'key' => 'default_credit_limit',
+ 'section' => 'billing',
+ 'description' => 'Default customer credit limit',
+ 'type' => 'text',
+ },
+
{ 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" },