fixes bug#22622

qua:
dev:Amarildo

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@107300 d1611594-4594-4d17-8e1d-87c2c4800839
master
valdevir 2021-06-18 21:08:04 +00:00
parent 3337a6dcf7
commit 793571c796
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ public class SincronizarOperadorService {
dp.getEmpresa().getEmpresaId(),
dp.getEmpresa().getNombempresa(),
dp.getFormaPago().getFormapagoId().intValue(),
dp.getFormaPago().getDescpago()));
dp.getFormaPago().getDescpago(), dp.getFormaPago().getTipoFormapago().getDescricao()));
}
List<PtoVtaSeguro> listSTx = dispositivoEmbarcadaDAO.getListaSeguroTaxaEmbarque(puntoVentaVO.getPuntoventaId());

View File

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