diff --git a/sapl/sessao/forms.py b/sapl/sessao/forms.py index ebfcf1e85..386f123ca 100644 --- a/sapl/sessao/forms.py +++ b/sapl/sessao/forms.py @@ -283,6 +283,7 @@ class RetiradaPautaForm(ModelForm): elif retirada.expediente: retirada.materia = retirada.expediente.materia retirada.save() + return retirada class BancadaForm(ModelForm):