X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=e525bc09226755bed146f930cfe8ee381f2afccb;hb=7f6f94356b0a252da15d70f29693f015e2c1fb81;hp=d09212d4ada4c2b029bfd627fdacfe241ec28e81;hpb=a238acfb85cd4bef6a99bfe3560a0999c9386dfb;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index d09212d4a..e525bc092 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -4439,6 +4439,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-require_classnum', + 'section' => '', + 'description' => 'Customer class is required: require customer class for all customer records.', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-check_unique', 'section' => '', 'description' => 'Warn before creating a customer record where these fields duplicate another customer.', @@ -5793,8 +5800,8 @@ and customer address. Include units.', { 'key' => 'cust_bill-latex_lineitem_maxlength', - 'section' => 'invoicing', - 'description' => 'Truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin. Defaults to 50. ', + 'section' => 'deprecated', + 'description' => 'With old invoice_latex template, truncate long line items to this number of characters on typeset invoices, to avoid losing things off the right margin. Defaults to 50. (With current invoice_latex template, this is handled internally in the template itself instead.)', 'type' => 'text', }, @@ -5953,6 +5960,13 @@ and customer address. Include units.', 'rate_low' => 'Lowest rate first', ], }, + + { + 'key' => 'cdr-lrn_lookup', + 'section' => 'telephony', + 'description' => 'Look up LRNs of destination numbers for exact matching to the terminating carrier. This feature requires a Freeside support contract.', + 'type' => 'checkbox', + }, { 'key' => 'brand-agent',