mirror of https://github.com/itflow-org/itflow
Removed financial and technical dashboards in settings default page as these are no merged
This commit is contained in:
parent
6a63335a4a
commit
5138f84575
|
|
@ -243,9 +243,7 @@ $industry_select_array = array(
|
|||
);
|
||||
|
||||
$start_page_select_array = array (
|
||||
'dashboard.php'=>'Personal Dashboard',
|
||||
'dashboard_financial.php'=>'Administrative Dashboard',
|
||||
'dashboard_technical.php' => 'Technical Dashboard',
|
||||
'dashboard.php'=>'Dashboard',
|
||||
'clients.php'=> 'Client Management',
|
||||
'tickets.php'=> 'Support Tickets',
|
||||
'invoices.php' => 'Invoices'
|
||||
|
|
|
|||
Loading…
Reference in New Issue