From: ivan Date: Fri, 18 Aug 2006 10:31:41 +0000 (+0000) Subject: want ALL of cust_main-skeleton tables config, not just the first line X-Git-Tag: BEFORE_FINAL_MASONIZE~18 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=25e1618079cfd1001b71288e2504e9eeb8887c05;p=freeside.git want ALL of cust_main-skeleton tables config, not just the first line --- diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index 94564dc80..8b0f1b5b4 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -480,7 +480,7 @@ sub start_copy_skel { #'mg_watchlist_header' => { 'mg_watchlist_details' }, #'mg_user_grid_header' => { 'mg_user_grid_details' }, #'mg_portfolio_header' => { 'mg_portfolio_trades' => { 'mg_portfolio_trades_positions' } }, - my @tables = eval($conf->config('cust_main-skeleton_tables')); + my @tables = eval($conf->config_binary('cust_main-skeleton_tables')); die $@ if $@; _copy_skel( 'cust_main', #tablename