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-87c2c4800839master
parent
69b02ace4c
commit
e523ca472d
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue