"jobs_tracking_list", "id" => $_GET['id'] ); $job_details = common_jobs::get_details($_GET['id']); $quote_id = $job_details['quote_id']; $quote_details = common_quotes::get_details($quote_id); $job_type = $quote_details['job_type']; if($job_type == 4) { common_main_header::get_header('Actual Time Tracking (Hours)'); $summary = new list_job_summary_cost_plus($context ); } else { common_main_header::get_header(); $summary = new list_job_summary($context ); } $summary->get_data()->show(); ?>