throw a fatal error if a call is unrateable and add an ignore_unrateable flag to...
[freeside.git] / FS / FS / svc_acct.pm
index d59ee5e..2fc3d76 100644 (file)
@@ -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,
                        },