From dfd006926ab3fd423972567b275c59ab62d364b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Rodrigues?= Date: Tue, 14 Apr 2020 21:24:14 -0300 Subject: [PATCH] =?UTF-8?q?Corre=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sdr/forms.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sapl/sdr/forms.py b/sapl/sdr/forms.py index 57b0b47e9..6f389fa7e 100644 --- a/sapl/sdr/forms.py +++ b/sapl/sdr/forms.py @@ -42,5 +42,7 @@ class DeliberacaoRemotaForm(ModelForm): else: if not cleaned_data['finalizada']: cleaned_data['termino'] = None + else: + cleaned_data['termino'] = self.instance.termino return cleaned_data