X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=2da69f8a2c078ce3715b5dd20ccbd8461ba27c07;hp=9f1a7072bc93ba6272120baeb932e21a89a75ae3;hb=9afd27d3be13c7d104afea81c52809d60972d23d;hpb=4b05b20576ddb14577d59c87c8257c6804449410 diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 9f1a7072b..2da69f8a2 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1821,6 +1821,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-packages-num_per_page', + 'section' => 'packages', + 'description' => 'Number of packages to display per page on customer view (default 10).', + 'type' => 'text', + }, + + { 'key' => 'disable_maxselect', 'section' => 'reporting', 'description' => 'Prevent changing the number of records per page.', @@ -4139,6 +4146,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main-require_classnum', + 'section' => 'customer_fields', + 'description' => 'Customer class is required: require customer class for all customer records.', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-check_unique', 'section' => 'customer_fields', 'description' => 'Warn before creating a customer record where these fields duplicate another customer.', @@ -5449,8 +5463,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. (With current invoice_latex template, this is handled internally in the template itself instead.)', 'type' => 'text', }, @@ -5599,7 +5613,7 @@ and customer address. Include units.', { '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.', + 'description' => 'Look up LRNs of destination numbers for exact matching to the terminating carrier. This feature requires a Freeside support contract for paid access to the central NPAC database; see support-key.', 'type' => 'checkbox', },