Browse Source

Edit funcionando

pull/2383/head
Victor Fabre 7 years ago
parent
commit
5bef7cb9cf
  1. 1
      sapl/sessao/forms.py

1
sapl/sessao/forms.py

@ -283,6 +283,7 @@ class RetiradaPautaForm(ModelForm):
elif retirada.expediente: elif retirada.expediente:
retirada.materia = retirada.expediente.materia retirada.materia = retirada.expediente.materia
retirada.save() retirada.save()
return retirada
class BancadaForm(ModelForm): class BancadaForm(ModelForm):

Loading…
Cancel
Save