diff options
author | Ivan Kohler <ivan@freeside.biz> | 2014-05-28 11:28:08 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2014-05-28 11:28:08 -0700 |
commit | 60dd95422a1ad4724e0c5d9dd7f8e8878cd96aa8 (patch) | |
tree | 8ca590bc882619af0c16e1666ce3ffc2f37d4898 | |
parent | 7906b13f3c1f4037dc45f9046e700a2a39add164 (diff) |
rate cost fields, RT#27555
-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> |