summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-03-05 16:50:01 -0800
committerMark Wells <mark@freeside.biz>2013-03-05 16:50:01 -0800
commit57e39d6d93feee6f6d4ccc32dceced3fde53de2d (patch)
tree88f5461b9aa5f9fd8cfeb1a9cac148218ecd75f3 /FS
parent968a0f3089c4e0e18ec2c72f5a0917188b1dffc1 (diff)
fix title on selfservice CDRs
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/ClientAPI/MyAccount.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/ClientAPI/MyAccount.pm b/FS/FS/ClientAPI/MyAccount.pm
index 775131e5a..08e506cf1 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,