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
|
@ -267,6 +267,10 @@ public class PuntoVentaServiceImpl implements PuntoVentaService {
|
||||||
if (puntoVenta.getNumIEPuntoVenta() == null) {
|
if (puntoVenta.getNumIEPuntoVenta() == null) {
|
||||||
throw new ValidacionCampoException("editarPuntoVentaController.erro.numIEPuntoVenta");
|
throw new ValidacionCampoException("editarPuntoVentaController.erro.numIEPuntoVenta");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (puntoVenta.getColonia() == null) {
|
||||||
|
throw new ValidacionCampoException("editarPuntoVentaController.erro.colonia");
|
||||||
|
}
|
||||||
|
|
||||||
if (puntoVenta.getAgenciaId() == null) {
|
if (puntoVenta.getAgenciaId() == null) {
|
||||||
throw new ValidacionCampoException("editarPuntoVentaController.erro.agenciaId");
|
throw new ValidacionCampoException("editarPuntoVentaController.erro.agenciaId");
|
||||||
|
|
Loading…
Reference in New Issue