0010932: Espec03 - Relatório Baixa Vendas Internet
fixes bug#10932 dev:Daniel Zauli qua:Wallysson git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@85303 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
ec77d11bca
commit
5c2fbf5983
|
@ -54,7 +54,8 @@ public class FiscalImpressoraServiceImpl implements FiscalImpressoraService {
|
||||||
IdentificacaoPafECF,
|
IdentificacaoPafECF,
|
||||||
ManifestoFiscal,
|
ManifestoFiscal,
|
||||||
ParametrosConfiguracao,
|
ParametrosConfiguracao,
|
||||||
IdentificacaoIdaVolta
|
IdentificacaoIdaVolta,
|
||||||
|
RelatorioDavDiv
|
||||||
/*CUSTOM*/;
|
/*CUSTOM*/;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -172,7 +172,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
||||||
DaoAG.getInstance().setDBConnection(connection);
|
DaoAG.getInstance().setDBConnection(connection);
|
||||||
|
|
||||||
integrarClienteAG(entidad);
|
integrarClienteAG(entidad);
|
||||||
if (!entidad.getIndIntegradoAG()){
|
if (entidad.getIndIntegradoAG() != null && !entidad.getIndIntegradoAG()){
|
||||||
motivoNaoIntegrado += "Cliente: " + entidad.getMotivoNaoIntegradoAG();
|
motivoNaoIntegrado += "Cliente: " + entidad.getMotivoNaoIntegradoAG();
|
||||||
}
|
}
|
||||||
integrarFornecedorAG(entidad);
|
integrarFornecedorAG(entidad);
|
||||||
|
|
Loading…
Reference in New Issue