diff options
| author | jeff <jeff> | 2008-03-26 15:42:49 +0000 |
|---|---|---|
| committer | jeff <jeff> | 2008-03-26 15:42:49 +0000 |
| commit | dfe60ee8fcc0aff15674e7cec8ed6fed28218ac8 (patch) | |
| tree | 0a6c3d43b3c1c6919cb926f1feff707b220ca5eb /httemplate/browse | |
| parent | 1944cee570d56d2fae579da4ea54ee28fee051a1 (diff) | |
fixup per call billing
Diffstat (limited to 'httemplate/browse')
| -rw-r--r-- | httemplate/browse/rate_detail.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/httemplate/browse/rate_detail.html b/httemplate/browse/rate_detail.html index 5dde85f8b..044d5c69c 100644 --- a/httemplate/browse/rate_detail.html +++ b/httemplate/browse/rate_detail.html @@ -36,12 +36,7 @@ %> <%once> -my %granularity = ( - '1', => '1 second', - '6' => '6 second', - '30' => '30 second', # '1/2 minute', - '60' => 'minute', -); +tie my %granularity, 'Tie::IxHash', FS::rate_detail::granularities(); my $conf = new FS::Conf; my $money_char = $conf->config('money_char') || '$'; |
