[freeside-commits] branch master updated. 57e39d6d93feee6f6d4ccc32dceced3fde53de2d
Mark Wells
mark at 420.am
Tue Mar 5 16:51:00 PST 2013
The branch, master has been updated
via 57e39d6d93feee6f6d4ccc32dceced3fde53de2d (commit)
from 968a0f3089c4e0e18ec2c72f5a0917188b1dffc1 (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 57e39d6d93feee6f6d4ccc32dceced3fde53de2d
Author: Mark Wells <mark at freeside.biz>
Date: Tue Mar 5 16:50:01 2013 -0800
fix title on selfservice CDRs
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 775131e..08e506c 100644
--- a/FS/FS/ClientAPI/MyAccount.pm
+++ b/FS/FS/ClientAPI/MyAccount.pm
@@ -2142,6 +2142,7 @@ sub _usage_details {
'svcnum' => $p->{svcnum},
'beginning' => $p->{beginning},
'ending' => $p->{ending},
+ 'inbound' => $p->{inbound},
'previous' => ($previous > $start) ? $previous : $start,
'next' => ($next < $end) ? $next : $end,
'header' => $header,
diff --git a/fs_selfservice/FS-SelfService/cgi/view_cdr_details.html b/fs_selfservice/FS-SelfService/cgi/view_cdr_details.html
index 1342c08..0ee8e96 100644
--- a/fs_selfservice/FS-SelfService/cgi/view_cdr_details.html
+++ b/fs_selfservice/FS-SelfService/cgi/view_cdr_details.html
@@ -1,5 +1,5 @@
<%= $url = "$selfurl?session=$session_id;action="; ''; %>
-<%= include('header', ($inbound ? 'Dialed calls ' : 'Received calls ') .
+<%= include('header', ($inbound ? 'Received calls' : 'Dialed calls' ) .
' for '.
Date::Format::time2str('%b %o %Y', $beginning).
' - '.
-----------------------------------------------------------------------
Summary of changes:
FS/FS/ClientAPI/MyAccount.pm | 1 +
.../FS-SelfService/cgi/view_cdr_details.html | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list