Commit f84dce48 authored by sandroresende's avatar sandroresende

validacao cadastro num proposta transferegov

parent 64c8513c
......@@ -826,7 +826,7 @@ class SelecaoController extends Controller
$propostaTransf = ViewSysPropostasTransferegov::where($whereProposta)->get();
if(count($propostaTransf) == 0){
flash()->erro("Erro", "Essa proppostas não é de RP2.");
flash()->erro("Erro", "Proposta inexistente ou não pertence ao RP2.");
return back();
}
......
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