diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-02-15 15:56:57 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-02-15 15:56:57 -0800 |
commit | ad9229b8b2934caa4af464e26cdb3349fb2e759b (patch) | |
tree | cc1a3da4cd95ddf09c6f83c705d775dbef20b34f /FS | |
parent | d17420aa6024c993fb785c455669518ef8befd32 (diff) |
default credit limit, RT#27267
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Conf.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index f47d54db1..21026440d 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -5577,6 +5577,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" }, |