diff options
| author | Mark Wells <mark@freeside.biz> | 2013-03-27 13:26:46 -0700 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-03-27 13:26:46 -0700 |
| commit | 6b93f13c012ee4d15216c51136794d8a38726ed6 (patch) | |
| tree | cf3e34410d6379ce7278968074bbfed397a5b688 /httemplate/view/cust_main/packages/section.html | |
| parent | c5310e027f5d7264b22640f72c3f1744148045ff (diff) | |
fix non-grouped display of package locations, #22207
Diffstat (limited to 'httemplate/view/cust_main/packages/section.html')
| -rwxr-xr-x | httemplate/view/cust_main/packages/section.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/section.html b/httemplate/view/cust_main/packages/section.html index 52246192f..909798e4b 100755 --- a/httemplate/view/cust_main/packages/section.html +++ b/httemplate/view/cust_main/packages/section.html @@ -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> |
