ajuste para poder salvar convenio "não normal"

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@49683 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2015-11-02 18:19:03 +00:00
parent 9caf909b2a
commit c9c795f23b
1 changed files with 1 additions and 1 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"),