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-87c2c4800839master
parent
3337a6dcf7
commit
793571c796
|
@ -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());
|
||||
|
|
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue