[freeside-commits] freeside/httemplate/edit rate_region.cgi, 1.7, 1.8
Jeff Finucane,420,,
jeff at wavetail.420.am
Wed Feb 13 15:42:03 PST 2008
Update of /home/cvs/cvsroot/freeside/httemplate/edit
In directory wavetail.420.am:/tmp/cvs-serv14060/httemplate/edit
Modified Files:
rate_region.cgi
Log Message:
directory assistance (flat per-call) billing RT#3114
Index: rate_region.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/edit/rate_region.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- rate_region.cgi 13 Jan 2008 21:35:52 -0000 1.7
+++ rate_region.cgi 13 Feb 2008 23:42:00 -0000 1.8
@@ -49,10 +49,10 @@
Rate plan
</TH>
<TH CLASS="grid" BGCOLOR="#cccccc">
- <FONT SIZE=-1>Included<BR>minutes</FONT>
+ <FONT SIZE=-1>Included<BR>minutes/calls</FONT>
</TH>
<TH CLASS="grid" BGCOLOR="#cccccc">
- <FONT SIZE=-1>Charge per<BR>minute</FONT>
+ <FONT SIZE=-1>Charge per<BR>minute/call</FONT>
</TH>
<TH CLASS="grid" BGCOLOR="#cccccc">
<FONT SIZE=-1>Granularity</FONT>
@@ -81,11 +81,11 @@
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- <INPUT TYPE="text" SIZE=5 NAME="min_included<%$n%>" VALUE="<% $cgi->param("min_included$n") || $rate_detail->min_included |h %>">
+ <INPUT TYPE="text" SIZE=9 NAME="min_included<%$n%>" VALUE="<% $cgi->param("min_included$n") || $rate_detail->min_included |h %>">
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- $<INPUT TYPE="text" SIZE=4 NAME="min_charge<%$n%>" VALUE="<% sprintf('%.2f', $cgi->param("min_charge$n") || $rate_detail->min_charge ) %>">
+ $<INPUT TYPE="text" SIZE=6 NAME="min_charge<%$n%>" VALUE="<% sprintf('%.2f', $cgi->param("min_charge$n") || $rate_detail->min_charge ) %>">
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
@@ -137,6 +137,7 @@
'6' => '6 second',
'30' => '30 second', # '1/2 minute',
'60' => 'minute',
+ '0' => 'call',
;
my @rate_prefix = $rate_region->rate_prefix;
More information about the freeside-commits
mailing list