From 6efb0ed81f4649a99e83d397691c126c94398039 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 17 Feb 2013 12:54:04 -0800 Subject: [PATCH] remove obsolete marketgear skeleton config settings --- FS/FS/Conf.pm | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 25d472742..af2fcf596 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -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', -- 2.11.0