summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-02-17 12:54:04 -0800
committerIvan Kohler <ivan@freeside.biz>2013-02-17 12:54:04 -0800
commit6efb0ed81f4649a99e83d397691c126c94398039 (patch)
treea36a5950098353a74763be4c3b09c62ef40e0ac4 /FS
parentea877a775f49883683a26c01da366993804e840d (diff)
remove obsolete marketgear skeleton config settings
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Conf.pm14
1 files changed, 0 insertions, 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',