diff options
| author | ivan <ivan> | 2009-07-30 06:42:33 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2009-07-30 06:42:33 +0000 |
| commit | 4396080ed2829ae0595f1fd777f39d090c9bcd7c (patch) | |
| tree | bf0b7e0fb2437873447d79d3c1291d62902c3be1 /httemplate/view/cust_main/packages.html | |
| parent | 50f5d60aef5ee82be33c978db6424372bfd7995b (diff) | |
experimental package balances, RT#4339
Diffstat (limited to 'httemplate/view/cust_main/packages.html')
| -rwxr-xr-x | httemplate/view/cust_main/packages.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/httemplate/view/cust_main/packages.html b/httemplate/view/cust_main/packages.html index 428794b7d..8fbefae50 100755 --- a/httemplate/view/cust_main/packages.html +++ b/httemplate/view/cust_main/packages.html @@ -138,6 +138,9 @@ my %conf_opt = ( #for status.html 'cust_pkg-show_autosuspend' => $conf->exists('cust_pkg-show_autosuspend'), + #for status.html pkg-balances + 'pkg-balances' => $conf->exists('pkg-balances'), + 'money_char' => ( $conf->config('money_char') || '$' ), #for location.html 'countrydefault' => $countrydefault, |
