diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-06 06:04:28 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-06 06:04:28 -0700 |
commit | 71b86f3f89e8fdeb7142fa82cdbe3e3afce7a903 (patch) | |
tree | b5480715186814f983745f479f37d92c6dffcaa9 /httemplate/view/cust_main/packages/section.html | |
parent | da0e47d64f0aabf03c308dd93ab0c7c88a98208b (diff) |
optimize package list with lots of packages, RT#28526
Diffstat (limited to 'httemplate/view/cust_main/packages/section.html')
-rwxr-xr-x | httemplate/view/cust_main/packages/section.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages/section.html b/httemplate/view/cust_main/packages/section.html index 7c8297831..95b486f05 100755 --- a/httemplate/view/cust_main/packages/section.html +++ b/httemplate/view/cust_main/packages/section.html @@ -126,6 +126,7 @@ 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'), 'cust_pkg-large_pkg_size' => scalar($conf->config('cust_pkg-large_pkg_size')), + 'cust_pkg-hide_discontinued-part_svc' => $conf->exists('cust_pkg-hide_discontinued-part_svc'), ); |