diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2015-06-26 17:38:02 -0400 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-06-26 17:38:02 -0400 |
| commit | daa7e41eabe79e3ca7f65e060e7c588715bf236b (patch) | |
| tree | 556ea2127bbc3f9af5ebcad3caa54a96192630f1 /httemplate/elements/menu.html | |
| parent | d8a43b104aca6a01f8f1fd821dd29f3dffd59919 (diff) | |
| parent | 71dba4c13f3a420115ad87dfa6df82db6618bd97 (diff) | |
Merge branch '3.x-pre' of git.freeside.biz:/home/git/freeside into FREESIDE_3_BRANCH
Diffstat (limited to 'httemplate/elements/menu.html')
| -rw-r--r-- | httemplate/elements/menu.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index b4d019a67..f96c05ea5 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -290,7 +290,8 @@ $report_rating{'Unrateable CDRs'} = [ $fsurl.'search/cdr.html?freesidestatus=fai if $curuser->access_right("Usage: Unrateable CDRs"); if ( $curuser->access_right("Usage: Time worked") ) { $report_rating{'Time worked'} = [ $fsurl.'search/report_rt_transaction.html', '' ]; - $report_rating{'Time worked summary'} = [ $fsurl.'search/report_rt_ticket.html', '' ]; + $report_rating{'Time worked summary per ticket'} = [ $fsurl.'search/report_rt_ticket.html', '' ]; + $report_rating{'Time worked summary per customer'} = [ $fsurl.'search/report_rt_cust.html', '' ]; } tie my %report_ticketing_statistics, 'Tie::IxHash', |
