Skip to content

Commit

Permalink
fix No certificar proyectos sin cierre económico
Browse files Browse the repository at this point in the history
  • Loading branch information
quique committed Jul 6, 2022
1 parent b7d20ce commit a533533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indo/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,7 @@ def post(self, request, *args, **kwargs):

proyectos_participados = (
Proyecto.objects.filter(estado__in=['MEM_ADMITIDA', 'FINALIZADO_SIN_MEMORIA'])
.filter(aceptacion_economico=True)
.filter(
participantes__usuario=usuario,
participantes__tipo_participacion_id__in=[
Expand Down

0 comments on commit a533533

Please sign in to comment.