desfazendo validação está com erro de npe na ruta.fixes bug#6876

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@50982 d1611594-4594-4d17-8e1d-87c2c4800839
master
gleimar 2015-12-08 18:36:41 +00:00
parent 70684f4f9a
commit f569f04dfc
1 changed files with 3 additions and 3 deletions

View File

@ -148,9 +148,9 @@ public class EditarConfRestricaoCanalVentaController extends MyGenericForwardCom
}
}
if(isBloqueoExistente(confRestricaoCanalVenta, confRestricaoCanalVentaList)){
throw new BusinessException("editarConfRestricaoCanalVentaController.MSG.bloqueoExistente");
}
// if(isBloqueoExistente(confRestricaoCanalVenta, confRestricaoCanalVentaList)){
// throw new BusinessException("editarConfRestricaoCanalVentaController.MSG.bloqueoExistente");
// }
confRestricaoCanalVentaService.suscribirActualizar(confRestricaoCanalVenta);
confRestricaoCanalVentaList.updateItem(confRestricaoCanalVenta);