From 5c2fbf5983e341147ed599e2f3feb6c981580e44 Mon Sep 17 00:00:00 2001 From: "fabricio.oliveira" Date: Wed, 12 Sep 2018 20:53:13 +0000 Subject: [PATCH] =?UTF-8?q?0010932:=20Espec03=20-=20Relat=C3=B3rio=20Baixa?= =?UTF-8?q?=20Vendas=20Internet=20fixes=20bug#10932=20dev:Daniel=20Zauli?= =?UTF-8?q?=20qua:Wallysson?= 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@85303 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/FiscalImpressoraServiceImpl.java | 3 ++- .../ventaboletos/service/impl/PuntoVentaServiceImpl.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/com/rjconsultores/ventaboletos/service/impl/FiscalImpressoraServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/FiscalImpressoraServiceImpl.java index 375ac44a3..56de98607 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/FiscalImpressoraServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/FiscalImpressoraServiceImpl.java @@ -54,7 +54,8 @@ public class FiscalImpressoraServiceImpl implements FiscalImpressoraService { IdentificacaoPafECF, ManifestoFiscal, ParametrosConfiguracao, - IdentificacaoIdaVolta + IdentificacaoIdaVolta, + RelatorioDavDiv /*CUSTOM*/; } diff --git a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java index 18183f3ec..aa88f9ad2 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java @@ -172,7 +172,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService { DaoAG.getInstance().setDBConnection(connection); integrarClienteAG(entidad); - if (!entidad.getIndIntegradoAG()){ + if (entidad.getIndIntegradoAG() != null && !entidad.getIndIntegradoAG()){ motivoNaoIntegrado += "Cliente: " + entidad.getMotivoNaoIntegradoAG(); } integrarFornecedorAG(entidad);