From 1fd4066da5b420c21be28c2ae29e932a37744549 Mon Sep 17 00:00:00 2001 From: luis Date: Mon, 17 Jul 2017 22:00:55 +0000 Subject: [PATCH] =?UTF-8?q?Issue=20#9294:=20GAP053=20=E2=80=93=20PARAMETRI?= =?UTF-8?q?ZAR=20POR=20AG=C3=8ANCIA=20O=20CANCELAMENTO/TROCA/ANULA=C3=87?= =?UTF-8?q?=C3=83O/DEVOLU=C3=87=C3=83O?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@71465 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/entidad/PuntoVenta.java | 12 ++++++++++++ .../service/impl/PuntoVentaServiceImpl.java | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java index d9534c3cd..bd9ecf89f 100644 --- a/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java +++ b/src/com/rjconsultores/ventaboletos/entidad/PuntoVenta.java @@ -1032,18 +1032,30 @@ public class PuntoVenta implements Serializable { this.taxaConvenienciaPorc = taxaConvenienciaPorc; } + /** + * @return the indBloqueaCancTrocaPassNormal + */ public Boolean getIndBloqueaCancTrocaPassNormal() { return indBloqueaCancTrocaPassNormal; } + /** + * @param indBloqueaCancTrocaPTA the indBloqueaCancTrocaPTA to set + */ public void setIndBloqueaCancTrocaPassNormal(Boolean indBloqueaCancTrocaPassNormal) { this.indBloqueaCancTrocaPassNormal = indBloqueaCancTrocaPassNormal; } + /** + * @return the indBloqueaCancTrocaPTA + */ public Boolean getIndBloqueaCancTrocaPTA() { return indBloqueaCancTrocaPTA; } + /** + * @param indBloqueaCancTrocaPTA the indBloqueaCancTrocaPTA to set + */ public void setIndBloqueaCancTrocaPTA(Boolean indBloqueaCancTrocaPTA) { this.indBloqueaCancTrocaPTA = indBloqueaCancTrocaPTA; } diff --git a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java index 23ac78dcf..7a2dc33cc 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java @@ -459,7 +459,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService { Constante empresasIntegraAG = constanteService.buscarPorNomeConstante("EMPRESAS_INTEGRACAO_AG"); if (empresasIntegraAG != null && empresasIntegraAG.getValorconstante() != null && empresasIntegraAG.getValorconstante().contains(entidad.getEmpresa().getEmpresaId().toString())) { log.debug("iniciando integração com AG"); -// integraAG(entidad); + integraAG(entidad); log.debug("fim da integração com AG"); }