From 74973314e229399b05723de7b0ac3fce7a09db07 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 29 Jun 2016 20:31:06 -0700 Subject: [PATCH] remove things deprecated since v3 --- FS/FS/Conf.pm | 59 ----------------------------------------------------------- 1 file changed, 59 deletions(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 10328ce5e..a0eaab5c7 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -737,29 +737,6 @@ my $validate_email = sub { $_[0] =~ }, { - 'key' => 'alert_expiration', - 'section' => 'deprecated', - 'description' => 'Enable alerts about credit card expiration. This is obsolete and no longer works.', - 'type' => 'checkbox', - 'per_agent' => 1, - }, - - { - 'key' => 'alerter_template', - 'section' => 'deprecated', - 'description' => 'Template file for billing method expiration alerts (i.e. expiring credit cards).', - 'type' => 'textarea', - 'per_agent' => 1, - }, - - { - 'key' => 'alerter_msgnum', - 'section' => 'deprecated', - 'description' => 'Template to use for credit card expiration alerts.', - %msg_template_options, - }, - - { 'key' => 'part_pkg-lineage', 'section' => 'packages', 'description' => 'When editing a package definition, if setup or recur fees are changed, create a new package rather than changing the existing package.', @@ -3566,13 +3543,6 @@ and customer address. Include units.', }, { - 'key' => 'voip-cust_email_csv_cdr', - 'section' => 'deprecated', - 'description' => 'Deprecated, see voip-cdr_email_attach instead. Used to enable the per-customer option for including CDR information as a CSV attachment on emailed invoices.', - 'type' => 'checkbox', - }, - - { 'key' => 'voip-cdr_email_attach', 'section' => 'telephony', 'description' => 'Enable the per-customer option for including CDR information as an attachment on emailed invoices.', @@ -4195,21 +4165,6 @@ and customer address. Include units.', }, { - 'key' => 'referral_credit_type', - 'section' => 'deprecated', - 'description' => 'Used to be the group to use for new, automatically generated credit reasons resulting from referrals. Now set in a package billing event for the referral.', - reason_type_options('R'), - }, - - # was only used to negate invoices during signup when card was declined, now we just void - { - 'key' => 'signup_credit_type', - 'section' => 'deprecated', #self-service? - 'description' => 'The group to use for new, automatically generated credit reasons resulting from signup and self-service declines.', - reason_type_options('R'), - }, - - { 'key' => 'prepayment_discounts-credit_type', 'section' => 'billing', 'description' => 'Enables the offering of prepayment discounts and establishes the credit reason type.', @@ -5155,13 +5110,6 @@ and customer address. Include units.', }, { - 'key' => 'tax-cust_exempt-groups-require_individual_nums', - 'section' => 'deprecated', - 'description' => 'Deprecated: see tax-cust_exempt-groups-number_requirement', - 'type' => 'checkbox', - }, - - { 'key' => 'tax-cust_exempt-groups-num_req', 'section' => 'taxation', 'description' => 'When using tax-cust_exempt-groups, control whether individual tax exemption numbers are required for exemption from different taxes.', @@ -5538,13 +5486,6 @@ and customer address. Include units.', }, { - 'key' => 'svc_broadband-require-nw-coordinates', - 'section' => 'deprecated', - 'description' => 'Deprecated; see geocode-require_nw_coordinates instead', - 'type' => 'checkbox', - }, - - { 'key' => 'cust-edit-alt-field-order', 'section' => 'customer_fields', 'description' => 'An alternate ordering of fields for the New Customer and Edit Customer screens.', -- 2.11.0