fixes bug#0010872
obs: removido o break do for responsavel em remover as funcionalidades que não tem o nome digitado dev: Veloso qua: Marcelo git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@80697 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
19b4042d05
commit
a74f572f0d
|
@ -467,7 +467,6 @@ public class EditarPerfilController extends MyGenericForwardComposer {
|
|||
PerfilFuncion pf = (PerfilFuncion) it.next();
|
||||
if(!pf.getFuncionSistema().getNombfuncion().contains(palavraPesquisaRuta.toUpperCase())) {
|
||||
it.remove();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue