From 25e1618079cfd1001b71288e2504e9eeb8887c05 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 18 Aug 2006 10:31:41 +0000 Subject: [PATCH] want ALL of cust_main-skeleton tables config, not just the first line --- FS/FS/cust_main.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0