fixes bug#19558
dev:lucas qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@102119 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
272bfbaabc
commit
057e44dae9
|
@ -520,7 +520,7 @@ public class EditarUsuarioController extends MyGenericForwardComposer {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cmbParada.getSelectedItem() ==null || cmbPuntoVenta.getSelectedItem() ==null) {
|
if (ubicacionList.getListData().isEmpty()) {
|
||||||
tabUbicacion.setSelected(Boolean.TRUE);
|
tabUbicacion.setSelected(Boolean.TRUE);
|
||||||
MensagensUtils.showMessageExclamation("editarUsuarioController.MSG.necessitaUbicacion", TITULO_CONTROLER);
|
MensagensUtils.showMessageExclamation("editarUsuarioController.MSG.necessitaUbicacion", TITULO_CONTROLER);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue