From: ivan Date: Sun, 21 Dec 2008 21:49:47 +0000 (+0000) Subject: svc_acct.pm bogosity too, wtf?!, RT#4204 X-Git-Tag: root_of_webpay_support~184 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=7b03a9e112d4c951d5124f48d6fdd87ec333f4f9;p=freeside.git svc_acct.pm bogosity too, wtf?!, RT#4204 --- diff --git a/FS/FS/svc_acct.pm b/FS/FS/svc_acct.pm index d59ee5ee3..2fc3d766f 100644 --- a/FS/FS/svc_acct.pm +++ b/FS/FS/svc_acct.pm @@ -249,7 +249,8 @@ sub table_info { label => 'Shell', def_label=> 'Shell (set to blank for no shell tracking)', type =>'select', - select_list => [ $conf->config('shells') ], + #select_list => [ $conf->config('shells') ], + select_list => [ $conf ? $conf->config('shells') : () ], disable_inventory => 1, disable_select => 1, },