summaryrefslogtreecommitdiff
path: root/httemplate/edit/rate_region.cgi
diff options
context:
space:
mode:
authorivan <ivan>2008-10-04 20:55:54 +0000
committerivan <ivan>2008-10-04 20:55:54 +0000
commitcf600b52ad81786a8f764bb44536d0cd2ccf4038 (patch)
tree01efce0de075539ee3a637b7b49b35f4f39a7e7d /httemplate/edit/rate_region.cgi
parent06dd1a24c0d4ada0daa55da9129278f7ccc935d3 (diff)
fix inappropriate rounding when editing rates for a whole region
Diffstat (limited to 'httemplate/edit/rate_region.cgi')
-rw-r--r--httemplate/edit/rate_region.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/rate_region.cgi b/httemplate/edit/rate_region.cgi
index f24b9d6ef..9ca3a3569 100644
--- a/httemplate/edit/rate_region.cgi
+++ b/httemplate/edit/rate_region.cgi
@@ -88,7 +88,7 @@
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">
- $<INPUT TYPE="text" SIZE=6 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="<% $cgi->param("min_charge$n") || $rate_detail->min_charge |h %>">
</TD>
<TD CLASS="grid" BGCOLOR="<% $bgcolor %>">