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-87c2c4800839master
parent
9caf909b2a
commit
c9c795f23b
|
@ -525,7 +525,7 @@ public class EditarConvenioController extends MyGenericForwardComposer {
|
|||
|
||||
private Boolean isDescontoNaoNormalValido(Boolean salvando) throws InterruptedException {
|
||||
if (!chkDescontoNormal.isChecked()) {
|
||||
if (convenioDetList.getData().length >= 1) {
|
||||
if (convenioDetList.getData().length > 1) {
|
||||
Messagebox.show(
|
||||
Labels.getLabel("editarConvenioController.MSG.erroDescontoNaoNormal"),
|
||||
Labels.getLabel("editarConvenioController.window.title"),
|
||||
|
|
Loading…
Reference in New Issue