gleimar 2012-09-12 20:31:45 +00:00
parent 9a89ae41ac
commit 5c060ad340
2 changed files with 7 additions and 2 deletions

View File

@ -4,6 +4,7 @@
*/
package com.rjconsultores.ventaboletos.web.gui.controladores.ingreso;
import java.math.BigDecimal;
import java.util.Calendar;
import java.util.List;
@ -87,6 +88,10 @@ public class EditarTipoEventoExtraController extends MyGenericForwardComposer {
public void onClick$btnSalvar(Event ev) throws InterruptedException {
txtNome.getValue();
impMax.getValue();
tipoEventoExtra.setIndoperacion(TipoEventoExtra.OPERACION_NORMAL);
tipoEventoExtra.setIndboleto(Boolean.FALSE);//não valida boleto
tipoEventoExtra.setPorciva(BigDecimal.ZERO);
tipoEventoExtra.setIndtipo(raTipo11.isChecked()?"1":"0");
try {
tipoEventoExtra.setActivo(Boolean.TRUE);

View File

@ -7,7 +7,7 @@
# <controler>. <id>. <propiedade> = XXX
#Versao do VentaBoleto:
versao = ADM_20120911_1RC63
versao = ADM_20120912_1RC64
# MSG Defaut:
MSG.CONSTRAINT.PORCENTAGEM = Os valores devem estar entre 0 e 100