diff options
| author | ivan <ivan> | 2010-12-14 06:33:29 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2010-12-14 06:33:29 +0000 |
| commit | 93f811c014058da26e734fc621028741b156c5d7 (patch) | |
| tree | e9944f30be0830e9216a5420883420662c31e45c /httemplate/view/cust_main/packages.html | |
| parent | 08967951bf4e26aaf45b45fd1a8724691666ac74 (diff) | |
show formatted dates on change history, per-user pref for full cust_pkg timestamps, RT#10757
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index ed4ca60c4..ce34158d8 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -156,8 +156,8 @@ my $show_location = $conf->exists('cust_pkg-always_show_location') 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'), #for status.html pkg-balances |
