diff --git a/sapl/sessao/forms.py b/sapl/sessao/forms.py index 96d3fbbb0..81d8f7986 100644 --- a/sapl/sessao/forms.py +++ b/sapl/sessao/forms.py @@ -723,7 +723,7 @@ class OradorOrdemDiaForm(ModelForm): )] self.fields['parlamentar'].queryset = Parlamentar.objects.filter( - id__in=ids + id__in=ids, ativo=True ).order_by('nome_parlamentar')