fix non-grouped display of package locations, #22207
[freeside.git] / httemplate / view / cust_main / packages / section.html
index 5224619..909798e 100755 (executable)
@@ -84,10 +84,11 @@ my %conf_opt = (
   'manage_link_loc'           => scalar($conf->config('svc_broadband-manage_link_loc')),
   'manage_link-new_window'    => $conf->exists('svc_broadband-manage_link-new_window'),
   'maestro-status_test'       => $conf->exists('maestro-status_test'),
-  'cust_pkg-large_pkg_size'   => $conf->config('cust_pkg-large_pkg_size'),
+  'cust_pkg-large_pkg_size'   => scalar($conf->config('cust_pkg-large_pkg_size')),
 
   # for packages.html Change location link
   'show_location'             => $show_location,
 );
+warn Dumper \%conf_opt;
 
 </%init>