fix title on selfservice CDRs
[freeside.git] / FS / FS / ClientAPI / MyAccount.pm
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,