X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=1b6deec1650964c2d7af66b9fd56a795c82a35db;hb=7c5f50804027577aac17d0fcefedcd0d0b6ca180;hp=6bfe047b9ea6baa76260551620a8a18bf5df6e6a;hpb=389b6f1116c3309c2ee57a6c295ed1a793503095;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 6bfe047b9..1b6deec16 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -2185,8 +2185,8 @@ and customer address. Include units.', { 'key' => 'selfservice-payment_gateway', - 'section' => 'self-service', - 'description' => 'Force the use of this payment gateway for self-service.', + 'section' => 'deprecated', + 'description' => '(no longer supported) Force the use of this payment gateway for self-service.', %payment_gateway_options, }, @@ -3931,6 +3931,13 @@ and customer address. Include units.', }, { + 'key' => 'cust_main_note-require_class', + 'section' => 'customer_fields', + 'description' => 'Require customer note classes for customer notes', + 'type' => 'checkbox', + }, + + { 'key' => 'cust_main-ticket_statuses', 'section' => 'ticketing', 'description' => 'Show tickets with these statuses on the customer view page.', @@ -4427,6 +4434,13 @@ and customer address. Include units.', }, { + 'key' => 'tax_district_taxname', + 'section' => 'taxation', + 'description' => 'The tax name to display on the invoice for district sales taxes. Defaults to "Tax".', + 'type' => 'text', + }, + + { 'key' => 'company_latitude', 'section' => 'taxation', 'description' => 'For Avalara taxation, your company latitude (-90 through 90)', @@ -5417,10 +5431,14 @@ and customer address. Include units.', { 'key' => 'note-classes', - 'section' => 'customer_fields', - 'description' => 'Use customer note classes', + 'section' => 'deprecated', + 'description' => 'Use customer note classes (now automatically used if classes are defined)', 'type' => 'select', - 'select_enum' => [ '', 'Enabled', 'Required' ], + 'select_hash' => [ + 0 => 'Disabled', + 1 => 'Enabled', + 2 => 'Enabled, with tabs', + ], }, { @@ -5529,14 +5547,6 @@ and customer address. Include units.', }, { - 'key' => 'ie-compatibility_mode', - 'section' => 'UI', - 'description' => "Compatibility mode META tag for Internet Explorer, used on the customer view page. Not necessary in normal operation unless custom content (notes, cust_main-custom_link) is included on customer view that is incompatibile with newer IE verisons.", - 'type' => 'select', - 'select_enum' => [ '', '7', 'EmulateIE7', '8', 'EmulateIE8' ], - }, - - { 'key' => 'disable_payauto_default', 'section' => 'payments', 'description' => 'Disable the "Charge future payments to this (card|check) automatically" checkbox from defaulting to checked.',