summaryrefslogtreecommitdiff
path: root/httemplate/edit/elements
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-05-28 11:28:07 -0700
committerIvan Kohler <ivan@freeside.biz>2014-05-28 11:28:07 -0700
commitef3c3ca13b2b93df158e01d4fc0713a3e8191a8c (patch)
tree282ec2296e77c696e23a0244d05172e813e0ffc9 /httemplate/edit/elements
parentb988005162046dcbaa3d4f167f507ba6d6bb80e4 (diff)
rate cost fields, RT#27555
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r--httemplate/edit/elements/rate_detail.html2
1 files changed, 1 insertions, 1 deletions
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.
<TR><TD><% 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 %></A>
</TD></TR>