diff options
author | jeff <jeff> | 2008-03-26 15:43:08 +0000 |
---|---|---|
committer | jeff <jeff> | 2008-03-26 15:43:08 +0000 |
commit | d9a8f186ad87e9b19da7383f88ab5eb0b614a138 (patch) | |
tree | b09471a4504b91e2c6eb1d661d203de3293a4f18 /httemplate/browse | |
parent | 6f3d99ddb0889c3f75197b88a4cc1c785c483fe9 (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') || '$'; |