rate cost fields, RT#27555
authorIvan Kohler <ivan@freeside.biz>
Wed, 28 May 2014 18:28:08 +0000 (11:28 -0700)
committerIvan Kohler <ivan@freeside.biz>
Wed, 28 May 2014 18:28:08 +0000 (11:28 -0700)
httemplate/edit/elements/rate_detail.html

index cd3efe1..14b5211 100644 (file)
@@ -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>