From 31b7d58808a0099d4f756d361239601e1834d412 Mon Sep 17 00:00:00 2001 From: cristian-longhi Date: Fri, 8 Jun 2018 10:51:01 -0300 Subject: [PATCH] =?UTF-8?q?Vota=C3=A7=C3=A3o=20simb=C3=B3lica=20default=20?= =?UTF-8?q?em=20Mat=C3=A9rias=20do=20Expediente=20e=20Ordem=20do=20Dia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/sessao/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapl/sessao/models.py b/sapl/sessao/models.py index 4c5e9e187..6af5f490f 100644 --- a/sapl/sessao/models.py +++ b/sapl/sessao/models.py @@ -241,7 +241,7 @@ class AbstractOrdemDia(models.Model): numero_ordem = models.PositiveIntegerField(verbose_name=_('Nº Ordem')) resultado = models.TextField(blank=True, verbose_name=_('Resultado')) tipo_votacao = models.PositiveIntegerField( - verbose_name=_('Tipo de votação'), choices=TIPO_VOTACAO_CHOICES) + verbose_name=_('Tipo de votação'), choices=TIPO_VOTACAO_CHOICES, default=1) votacao_aberta = models.NullBooleanField( blank=True, choices=YES_NO_CHOICES,