diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-28 11:28:07 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-28 11:28:07 -0700 |
commit | ef3c3ca13b2b93df158e01d4fc0713a3e8191a8c (patch) | |
tree | 282ec2296e77c696e23a0244d05172e813e0ffc9 /httemplate/edit/elements | |
parent | b988005162046dcbaa3d4f167f507ba6d6bb80e4 (diff) |
rate cost fields, RT#27555
Diffstat (limited to 'httemplate/edit/elements')
-rw-r--r-- | httemplate/edit/elements/rate_detail.html | 2 |
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> |