diff --git a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java index 5f02b3c25..7f78ce47a 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java @@ -326,7 +326,7 @@ public class PuntoVentaServiceImpl implements PuntoVentaService { String est = puntoVenta.getColonia() == null ? null : puntoVenta.getColonia().getCiudad().getEstado().getCveestado(); String codpais = CodPaisBanco.BRASIL.getValor(); - String cep = puntoVenta.getColonia() == null ? null : puntoVenta.getColonia().getCodpostal(); + String cep = puntoVenta.getCodpostal() != null?puntoVenta.getCodpostal().toString():null; String tel = puntoVenta.getNumtelefonouno(); String ddd = null;