bug 6590
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@48320 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
8b71191116
commit
6a96ee772b
|
@ -244,7 +244,7 @@ public class EditarConvenioController extends MyGenericForwardComposer {
|
|||
rdPrecioTotal.setChecked(Boolean.TRUE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
chkDescontoNormal.setChecked(convenio.getIndDescuentoNormal() == null ? Boolean.TRUE : convenio.getIndDescuentoNormal());
|
||||
chkValidaFolio.setChecked(convenio.getValidafolio());
|
||||
chkValidaFolio.setDisabled(Boolean.TRUE);
|
||||
|
@ -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