diff --git a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java index ee7f02efd..f4e5e0b5c 100644 --- a/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java +++ b/src/com/rjconsultores/ventaboletos/service/impl/PuntoVentaServiceImpl.java @@ -267,6 +267,10 @@ public class PuntoVentaServiceImpl implements PuntoVentaService { if (puntoVenta.getNumIEPuntoVenta() == null) { throw new ValidacionCampoException("editarPuntoVentaController.erro.numIEPuntoVenta"); } + + if (puntoVenta.getColonia() == null) { + throw new ValidacionCampoException("editarPuntoVentaController.erro.colonia"); + } if (puntoVenta.getAgenciaId() == null) { throw new ValidacionCampoException("editarPuntoVentaController.erro.agenciaId");