fix parsing of multiple To: addresses, #73241
[freeside.git] / FS / FS / Conf.pm
index ea1d391..b750ba5 100644 (file)
@@ -769,13 +769,6 @@ my $validate_email = sub { $_[0] =~
     'type'        => 'checkbox',
   },
   
-  {
-    'key'         => 'no_saved_cardnumbers',
-    'section'     => 'credit_cards',
-    'description' => 'Do not allow credit card numbers to be written to the database.  Prevents realtime processing unless payment gateway supports tokenization.',
-    'type'        => 'checkbox',
-  },
-
   {
     'key'         => 'credit-card-surcharge-percentage',
     'section'     => 'credit_cards',
@@ -2456,10 +2449,17 @@ and customer address. Include units.',
   {
     'key'         => 'billsoft-company_code',
     'section'     => 'taxation',
-    'description' => 'Billsoft tax service company code (3 letters)',
+    'description' => 'Billsoft (AvaTax for Communications) tax service company code (3 letters)',
     'type'        => 'text',
   },
 
+  {
+    'key'         => 'billsoft-taxconfig',
+    'section'     => 'taxation',
+    'description' => 'Billsoft tax configuration flags. Four lines: Facilities, Franchise, Regulated, Business Class. See the Avalara documentation for instructions on setting these flags.',
+    'type'        => 'textarea',
+  },
+
   {
     'key'         => 'avalara-taxconfig',
     'section'     => 'taxation',
@@ -2892,6 +2892,13 @@ and customer address. Include units.',
                      ],
   },
 
+  {
+    'key'         => 'selfservice-password_reset_hours',
+    'section'     => 'self-service',
+    'description' => 'Numbers of hours an email password reset is valid.  Defaults to 24.',
+    'type'        => 'text',
+  },
+
   {
     'key'         => 'selfservice-password_reset_msgnum',
     'section'     => 'self-service',