fix title on selfservice CDRs
authorMark Wells <mark@freeside.biz>
Wed, 6 Mar 2013 00:50:01 +0000 (16:50 -0800)
committerMark Wells <mark@freeside.biz>
Wed, 6 Mar 2013 00:50:01 +0000 (16:50 -0800)
FS/FS/ClientAPI/MyAccount.pm
fs_selfservice/FS-SelfService/cgi/view_cdr_details.html

index 775131e..08e506c 100644 (file)
@@ -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,
index 1342c08..0ee8e96 100644 (file)
@@ -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&nbsp;%o&nbsp;%Y', $beginning).
                        ' - '.