fixes bug #7010
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@51721 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
54f19db9da
commit
882ddb4ca3
|
@ -658,6 +658,9 @@ public class EditarConexionController extends MyGenericForwardComposer {
|
|||
}
|
||||
}
|
||||
|
||||
if (conexionCtrl.getIndfixa() == null){
|
||||
conexionCtrl.setIndfixa(0);
|
||||
}
|
||||
conexionCtrlService.suscribir(conexionCtrl);
|
||||
} else{
|
||||
|
||||
|
|
Loading…
Reference in New Issue