Correção na view de sequences utilizada.
fixes bug#0014687 qua:junia dev:thiago git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@94637 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
690c75cc1f
commit
c395633839
|
@ -145,6 +145,14 @@ public class EditarAutorizacaoUsoSerieEmbarcadaController extends MyGenericForwa
|
||||||
serieEmbarcada.getEmpresa() == null ||
|
serieEmbarcada.getEmpresa() == null ||
|
||||||
serieEmbarcada.getDispositivoEmbarcada() == null ||
|
serieEmbarcada.getDispositivoEmbarcada() == null ||
|
||||||
serieEmbarcada.getEstado() == null) {
|
serieEmbarcada.getEstado() == null) {
|
||||||
|
|
||||||
|
|
||||||
|
Messagebox.show(
|
||||||
|
Labels.getLabel("editarAutorizacaoUsoSerieEmbarcadaController.MSG.camposobrigatorios"),
|
||||||
|
Labels.getLabel("editarAutorizacaoUsoSerieEmbarcadaController.window.title"),
|
||||||
|
Messagebox.OK, Messagebox.INFORMATION);
|
||||||
|
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue