$job_details = common_jobs::get_details($id);
$client_id = $job_details['client_id'];
$context = array(
"client_id" => $client_id
);
$context['list_config'] = array(
"show_search" => false,
"show_pagination" => false,
"sortable" => false
);
$context['columns']["address_full"] = array("title" =>"Address","wrapper_head" => '',"wrapper_tail" => '');
$context['columns']["business_phone"] = array("title" => "Phone");
$logs = new list_clients_locations($context);
$logs->get_data()->build_table_list();
?>