From 388f91f6becc456db2fefbcad5a12c594ad94ef1 Mon Sep 17 00:00:00 2001 From: julio Date: Wed, 22 Apr 2015 19:45:09 +0000 Subject: [PATCH] Ajustes git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@43317 d1611594-4594-4d17-8e1d-87c2c4800839 --- .../ventaboletos/service/impl/PuntoVentaServiceImpl.java | 4 ++++ 1 file changed, 4 insertions(+) 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");