Esempio n. 1
0
 public function processa_parecer_consolidacao($pk_pes_pesquisa)
 {
     $data = $this->getParametroVisao();
     $data['page'] = 'home';
     $data['abaPage'] = __FUNCTION__;
     $data['alias'] = __FUNCTION__;
     $data['abaAtiva'] = $this->AbaAtiva;
     $sqlPareceres = new SqlPareceres();
     $sqlPareceres->reset_pesquisa($pk_pes_pesquisa);
     //        $this->session->set_flashdata('msg', '<div class="alert ok">Dados processados com sucesso!</div>');
     //        redirect(base_url() . $this->uri->segment(1) . '/' . $this->uri->segment(2) . '/relatorio_pesquisa/'.$pk_pes_pesquisa);
 }