fixes bug#22795

qua:
dev:Valdir

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@107765 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2021-07-08 18:26:48 +00:00
parent f28e9ffd58
commit 17a0d136eb
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ public class SincronizarService {
dp.getEmpresa().getEmpresaId(), dp.getEmpresa().getEmpresaId(),
dp.getEmpresa().getNombempresa(), dp.getEmpresa().getNombempresa(),
dp.getFormaPago().getFormapagoId().intValue(), dp.getFormaPago().getFormapagoId().intValue(),
dp.getFormaPago().getDescpago(), dp.getFormaPago().getTipoFormapago().getDescricao())); dp.getFormaPago().getDescpago(),
dp.getFormaPago()!=null && dp.getFormaPago().getTipoFormapago()!=null ? dp.getFormaPago().getTipoFormapago().getDescricao() : null));
} }
List<PtoVtaSeguro> listSTx = dispositivoEmbarcadaDAO.getListaSeguroTaxaEmbarque(e.getPuntoVenta().getPuntoventaId()); List<PtoVtaSeguro> listSTx = dispositivoEmbarcadaDAO.getListaSeguroTaxaEmbarque(e.getPuntoVenta().getPuntoventaId());