Erro de validação do coeficienteTarifa
fixes bug 6791 git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@49630 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
5aa93d765b
commit
ce8b269208
|
@ -614,7 +614,7 @@ public class EditarTramosController extends MyGenericForwardComposer {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isOrgaoTramoValid(orgaoConcedente, claseServicio)) {
|
if(!isOrgaoTramoValid(orgaoConcedente, claseServicio)) {
|
||||||
Messagebox.show(Labels.getLabel("editarTramosController.msg.orgaoJahInformado"),
|
Messagebox.show(Labels.getLabel("editarTramosController.msg.orgaoJahInformado"),
|
||||||
Labels.getLabel("editarTramosController.window.title"), Messagebox.OK, Messagebox.EXCLAMATION);
|
Labels.getLabel("editarTramosController.window.title"), Messagebox.OK, Messagebox.EXCLAMATION);
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue