julio 2015-04-22 19:45:09 +00:00
parent 32f1b6d70d
commit 388f91f6be
1 changed files with 4 additions and 0 deletions

View File

@ -268,6 +268,10 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
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");
} else {