pkg_cancel event action, RT#10141
[freeside.git] / httemplate / elements / menu.html
index 1909d90..46f9a0c 100644 (file)
@@ -191,8 +191,8 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) {
   }
 
   if ( $svcdb eq 'svc_phone' ) {
-    $report_svc{"Avaialble phone numbers (DIDs)"} =
-      [ $fsurl."search/phone_avail.html", '' ];
+    $report_svc{"Phone number (DID) availability"} =
+      [ $fsurl."search/report_phone_avail.html", '' ];
   }
 
   $report_services{$name} = [ \%report_svc, $longname ];
@@ -229,6 +229,7 @@ tie my %report_rating, 'Tie::IxHash',
   'RADIUS sessions' => [ $fsurl.'search/sqlradius.html', '' ],
   'Call Detail Records (CDRs)' => [ $fsurl.'search/report_cdr.html', '' ],
   'Time worked' => [ $fsurl.'search/report_rt_transaction.html', '' ],
+  'Time worked summary' => [ $fsurl.'search/report_rt_ticket.html', '' ],
 ;
 
 tie my %report_ticketing_statistics, 'Tie::IxHash',