thiago.penido 2015-09-28 12:31:02 +00:00
parent 8b71191116
commit 6a96ee772b
1 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ public class EditarConvenioController extends MyGenericForwardComposer {
private Boolean isDescontoNaoNormalValido(Boolean salvando) throws InterruptedException { private Boolean isDescontoNaoNormalValido(Boolean salvando) throws InterruptedException {
if (!chkDescontoNormal.isChecked()) { if (!chkDescontoNormal.isChecked()) {
if (convenioDetList.getData().length > 1) { if (convenioDetList.getData().length >= 1) {
Messagebox.show( Messagebox.show(
Labels.getLabel("editarConvenioController.MSG.erroDescontoNaoNormal"), Labels.getLabel("editarConvenioController.MSG.erroDescontoNaoNormal"),
Labels.getLabel("editarConvenioController.window.title"), Labels.getLabel("editarConvenioController.window.title"),