From d9a8f186ad87e9b19da7383f88ab5eb0b614a138 Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 26 Mar 2008 15:43:08 +0000 Subject: fixup per call billing --- httemplate/browse/rate_detail.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'httemplate/browse') 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') || '$'; -- cgit v1.2.1