Skip to content
Snippets Groups Projects
Commit 5d915511 authored by Nacho's avatar Nacho
Browse files

arreglos

parent 98bab905
No related branches found
No related tags found
No related merge requests found
......@@ -202,7 +202,7 @@ def get_incidencias_abiertas_super():
return list(Incidencia.query.filter_by(estado=0))
def get_incidencias_notif_cierre_super():
return (list(Incidencia.query.filter_by(estado=3)),list(Incidencia.query.filter_by(estado=2)))
return list(Incidencia.query.filter_by(estado=3))
def get_incidencias_notif_cierre(userNick):
return list((Incidencia.query.filter_by(reportadaPor=userNick, estado=2)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment