From cf600b52ad81786a8f764bb44536d0cd2ccf4038 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 4 Oct 2008 20:55:54 +0000 Subject: [PATCH] fix inappropriate rounding when editing rates for a whole region --- httemplate/edit/rate_region.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ - $min_charge ) %>"> + $min_charge |h %>"> -- 2.11.0