From 5bef7cb9cf0741de3d02f69d8f848827c19b2d86 Mon Sep 17 00:00:00 2001 From: Victor Fabre Date: Mon, 19 Nov 2018 09:53:11 -0200 Subject: [PATCH] Edit funcionando --- sapl/sessao/forms.py | 1 + 1 file changed, 1 insertion(+) 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):