Ajustes
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Model/trunk/modelWeb@43317 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
32f1b6d70d
commit
388f91f6be
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue