fix syntax error from hasty merge
[freeside.git] / httemplate / view / cust_main / packages / section.html
index 0795d4e..45365a0 100755 (executable)
@@ -68,7 +68,7 @@ my $countrydefault = scalar($conf->config('countrydefault')) || 'US';
 
 my %conf_opt = (
   #for services.html and status.html
-  'cust_pkg-display_times'    => $conf->exists('cust_pkg-display_times')
+  'cust_pkg-display_times'    => ($conf->exists('cust_pkg-display_times')
                                  || $curuser->option('cust_pkg-display_times')),
   #for status.html
   'cust_pkg-show_autosuspend' => $conf->exists('cust_pkg-show_autosuspend'),