[freeside-commits] branch FREESIDE_3_BRANCH updated. 60dd95422a1ad4724e0c5d9dd7f8e8878cd96aa8
Ivan
ivan at 420.am
Wed May 28 11:28:09 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 60dd95422a1ad4724e0c5d9dd7f8e8878cd96aa8 (commit)
from 7906b13f3c1f4037dc45f9046e700a2a39add164 (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 60dd95422a1ad4724e0c5d9dd7f8e8878cd96aa8
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed May 28 11:28:08 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