Subversion Repositories Integrator Subversion

Rev

Rev 397 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 397 Rev 400
Line 232... Line 232...
232
        public void iniciarTransferenciaContaBancaria() {
232
        public void iniciarTransferenciaContaBancaria() {
233
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
233
                new VerificadorLancamentoException().tratarIhRelancarExcecaoSemLimparEntidade(new CommandBean() {
234
                        public void execute() {
234
                        public void execute() {
235
                                ContaBancariaTransferencia transferenciaContaBancaria = new ContaBancariaTransferencia();
235
                                ContaBancariaTransferencia transferenciaContaBancaria = new ContaBancariaTransferencia();
236
                                transferenciaContaBancaria.setDataOperacao(DataUtils.getDataAtual());
236
                                transferenciaContaBancaria.setDataOperacao(DataUtils.getDataAtual());
-
 
237
                                transferenciaContaBancaria.setIndicadorConciliado(false);
237
                                setTransferenciaContaBancaria(transferenciaContaBancaria);
238
                                setTransferenciaContaBancaria(transferenciaContaBancaria);
238
                        }
239
                        }
239
                });
240
                });
240
        }
241
        }
241
       
242