11854: alterar campo centroresultadoag no cadastro de estados para string

bug#11854
dev:lucas
qua:leo


git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@84440 d1611594-4594-4d17-8e1d-87c2c4800839
master
leonardo 2018-08-21 18:14:03 +00:00
parent 69b02ace4c
commit e523ca472d
1 changed files with 1 additions and 1 deletions

View File

@ -1201,7 +1201,7 @@ public class EditarPuntoVentaController extends MyGenericForwardComposer {
GeradorTitulosAG gerador = new GeradorTitulosAG(myConn, dateInicio, dateFim);
log.info("puntoVentaId=" + puntoVenta.getPuntoventaId() + ";fecInicio=" + dateInicio + ";fecFin=" + dateFim);
gerador.execute(checkTodosPuntosVentaAG.isChecked() ? null : puntoVenta.getPuntoventaId(), checkAdiantamentoAG.isChecked(), checkBoletoAG.isChecked(), checkCartaoAG.isChecked(), checkDepositoAG.isChecked(), false);
gerador.execute(checkAdiantamentoAG.isChecked(), checkBoletoAG.isChecked(), checkCartaoAG.isChecked(), checkDepositoAG.isChecked(), false);
} catch (Exception e) {
log.error("Erro ao integrar", e);