X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=c88d3e7a4dea19605ce00132fb540d7f1706d2f8;hb=4d364d506c717b1b73858dd287413d3788ec586d;hp=8fb6220dfe6772a2e7409d7db70f8c7714a85da6;hpb=933897259d1e64fdc12c612f924db3b039a9ffdf;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 8fb6220df..c88d3e7a4 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1539,6 +1539,7 @@ and customer address. Include units.', 'section' => 'invoicing', 'description' => 'Optional default invoice term, used to calculate a due date printed on invoices.', 'type' => 'select', + 'per_agent' => 1, 'select_enum' => [ '', 'Payable upon receipt', 'Net 0', 'Net 3', 'Net 5', 'Net 9', 'Net 10', 'Net 14', 'Net 15', 'Net 18', 'Net 20', 'Net 21', 'Net 25', 'Net 30', 'Net 45', @@ -4949,8 +4950,15 @@ and customer address. Include units.', }, { + 'key' => 'svc_phone-bulk_provision_simple', + 'section' => 'telephony', + 'description' => 'Bulk provision phone numbers with a simple number range instead of from DID vendor orders', + 'type' => 'checkbox', + }, + + { 'key' => 'default_phone_countrycode', - 'section' => '', + 'section' => 'telephony', 'description' => 'Default countrycode', 'type' => 'text', },