diff options
| author | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-28 14:22:20 -0500 |
|---|---|---|
| committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-04-28 14:22:20 -0500 |
| commit | 5894069e99fa3579a76e6ede96e5262de9ac32c4 (patch) | |
| tree | 772d4d0c7fe7fea5695e4d6e9700ec7b625c54c0 /httemplate/view/cust_main/packages/section.html | |
| parent | c8cfa4829c828793e26082d0ce1dfb9733bbcef0 (diff) | |
RT#28526: Package tab takes a long time to load with lots of packages
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 ce965c56a..7a85d6b03 100755 --- a/httemplate/view/cust_main/packages/section.html +++ b/httemplate/view/cust_main/packages/section.html @@ -116,6 +116,7 @@ my %conf_opt = ( #for status.html 'cust_pkg-show_autosuspend' => $conf->exists('cust_pkg-show_autosuspend'), 'pkg_attached' => $pkg_attached, + 'part_pkg-delay_cancel-days' => $conf->config('part_pkg-delay_cancel-days') || 1, #for status.html pkg-balances 'pkg-balances' => $conf->exists('pkg-balances'), 'money_char' => ( $conf->config('money_char') || '$' ), |
