From 5138f845757cc014f71b8cefdacda184ac977c07 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 21 Dec 2023 14:05:41 -0500 Subject: [PATCH] Removed financial and technical dashboards in settings default page as these are no merged --- get_settings.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/get_settings.php b/get_settings.php index 9800f50c..29d6c85d 100644 --- a/get_settings.php +++ b/get_settings.php @@ -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'