From: Ivan Kohler Date: Sun, 17 Feb 2013 20:54:04 +0000 (-0800) Subject: remove obsolete marketgear skeleton config settings X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6efb0ed81f4649a99e83d397691c126c94398039;p=freeside.git remove obsolete marketgear skeleton config settings --- 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 @@ -3751,20 +3751,6 @@ and customer address. Include units.', 'type' => 'text', }, - { - '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',