remove obsolete marketgear skeleton config settings
authorIvan Kohler <ivan@freeside.biz>
Sun, 17 Feb 2013 20:54:04 +0000 (12:54 -0800)
committerIvan Kohler <ivan@freeside.biz>
Sun, 17 Feb 2013 20:54:04 +0000 (12:54 -0800)
FS/FS/Conf.pm

index 25d4727..af2fcf5 100644 (file)
@@ -3752,20 +3752,6 @@ and customer address. Include units.',
   },
 
   {
-    'key'         => 'cust_main-skeleton_tables',
-    'section'     => '',
-    'description' => 'Tables which will have skeleton records inserted into them for each customer.  Syntax for specifying tables is unfortunately a tricky perl data structure for now.',
-    'type'        => 'textarea',
-  },
-
-  {
-    'key'         => 'cust_main-skeleton_custnum',
-    'section'     => '',
-    'description' => 'Customer number specifying the source data to copy into skeleton tables for new customers.',
-    'type'        => 'text',
-  },
-
-  {
     'key'         => 'cust_main-enable_birthdate',
     'section'     => 'UI',
     'description' => 'Enable tracking of a birth date with each customer record',