fixes bug#10852
dev:fabio qua:renato git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@81104 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9f79fb06dc
commit
0c6397e40e
|
@ -37,7 +37,7 @@ public class GeneracionRetencaoDiariaComissaoJob implements Job {
|
|||
puntoVentaService = (PuntoVentaService) appContext.getBean("puntoVentaService");
|
||||
|
||||
Integer usuarioId = 1;
|
||||
if (UsuarioLogado.getUsuarioLogado() != null) {
|
||||
if (UsuarioLogado.getUsuarioLogado() != null && UsuarioLogado.getUsuarioLogado().getUsuarioId() != null) {
|
||||
usuarioId = UsuarioLogado.getUsuarioLogado().getUsuarioId();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue