From 60dd95422a1ad4724e0c5d9dd7f8e8878cd96aa8 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 28 May 2014 11:28:08 -0700 Subject: [PATCH] rate cost fields, RT#27555 --- httemplate/edit/elements/rate_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/edit/elements/rate_detail.html b/httemplate/edit/elements/rate_detail.html index cd3efe1e3..14b52110b 100644 --- a/httemplate/edit/elements/rate_detail.html +++ b/httemplate/edit/elements/rate_detail.html @@ -53,7 +53,7 @@ with row headers showing the region name and prefixes. <% edit_link($detail) %><% $money_char.$detail->min_charge %> <% $detail->sec_granularity ? ' / minute':' / call' %> % if ( $detail->min_cost ) { - (<% $money_char.$detail->min_charge %> cost) + (<% $money_char.$detail->min_cost %> cost) % } <% $edit_hint %> -- 2.11.0