Commit d11e3dc1 authored by sandroresende's avatar sandroresende

inclusao mensagem de slecao ja foi concluida

parent 02664ca1
......@@ -643,7 +643,7 @@ class SelecaoController extends Controller
flash()->erro("Erro: Seleçäo já Concluída", "Não foi possível concluir a seleçäo.");
return back();
}
return $proposta = RlcListaPropostasSelecionadas::where('selecao_proposta_id', $request->selecao_proposta_id )->get();
$proposta = RlcListaPropostasSelecionadas::where('selecao_proposta_id', $request->selecao_proposta_id )->get();
$selecaoProposta->bln_selecao_concluida = true;
$selecaoProposta->dte_resultado = Date("Y-m-d h:i:s");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment