git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@21302 d1611594-4594-4d17-8e1d-87c2c4800839
parent
9a89ae41ac
commit
5c060ad340
|
@ -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,7 +88,11 @@ 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);
|
||||
tipoEventoExtra.setFecmodif(Calendar.getInstance().getTime());
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue