[freeside-commits] branch master updated. ef3c3ca13b2b93df158e01d4fc0713a3e8191a8c
Ivan
ivan at 420.am
Wed May 28 11:28:08 PDT 2014
The branch, master has been updated
via ef3c3ca13b2b93df158e01d4fc0713a3e8191a8c (commit)
from b988005162046dcbaa3d4f167f507ba6d6bb80e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ef3c3ca13b2b93df158e01d4fc0713a3e8191a8c
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed May 28 11:28:07 2014 -0700
rate cost fields, RT#27555
diff --git a/httemplate/edit/elements/rate_detail.html b/httemplate/edit/elements/rate_detail.html
index cd3efe1..14b5211 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>
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/elements/rate_detail.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list