Skip to content

Commit

Permalink
Merge pull request #623 from rufener/bugfixes
Browse files Browse the repository at this point in the history
bug fixes
  • Loading branch information
rufener authored Jan 7, 2022
2 parents 84e50fe + e7f3ca2 commit 64163cd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions back/infolica/views/affaire.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ def affaire_cockpit_view(request):

if type_id is not None:
query = query.filter(VAffaire.type_id == type_id)
else:
query = query.filter(VAffaire.etape_id != None)


if etape_id is not None:
query = query.filter(VAffaire.etape_id.in_(etape_id))
else:
Expand Down

0 comments on commit 64163cd

Please sign in to comment.