X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=48b39c5b2ff359e3c1625d6c9c8fbd341d3e0bfe;hb=79981f908752492b00cb4bdce3dceb0636fb81dd;hp=415b90a7801a912a0a1b08985e5152175157ddd0;hpb=4e082c20bcb6754f6f832cfc95d45198a2b920f5;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 415b90a78..48b39c5b2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1531,8 +1531,11 @@ and customer address. Include units.', 'section' => 'invoicing', 'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.', 'type' => 'select', - 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 3', 'Net 9', 'Net 10', 'Net 15', 'Net 18', 'Net 20', 'Net 21', 'Net 30', 'Net 45', 'Net 60', 'Net 90' ], - }, + 'select_enum' => [ + '', 'Payable upon receipt', 'Net 0', 'Net 3', 'Net 9', 'Net 10', + 'Net 15', 'Net 18', 'Net 20', 'Net 21', 'Net 25', 'Net 30', 'Net 45', + 'Net 60', 'Net 90' + ], }, { 'key' => 'invoice_show_prior_due_date', @@ -5596,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 => "DEPRECATED", type => "text" }, { key => "apachemachine", section => "deprecated", description => "DEPRECATED", type => "text" }, { key => "apachemachines", section => "deprecated", description => "DEPRECATED", type => "text" },