X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FConf.pm;h=f6495119ef1f6bf2f8c64bfb1992409410475218;hb=8d1ba54d93d8b4b12395fcc2a45632ffa59546c5;hp=68ca49d0b752676d88060a09fca63dc71786701d;hpb=020d74d3e1ce242990486a3fc7b61be5d666c2de;p=freeside.git diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 68ca49d0b..f6495119e 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1738,6 +1738,20 @@ httemplate/docs/config.html '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', + }, + ); 1;