diff --git a/sapl/templates/sessao/votacao/votacao_bloco.html b/sapl/templates/sessao/votacao/votacao_bloco.html index e58d2bf10..bb2da1c41 100644 --- a/sapl/templates/sessao/votacao/votacao_bloco.html +++ b/sapl/templates/sessao/votacao/votacao_bloco.html @@ -20,6 +20,7 @@

+ @@ -43,8 +44,8 @@ {% for o in object_list %} - {% if o.tipo_votacao == 1 or o.tipo_votacao == 2 %} - + {% if o.tipo_votacao == 1 or o.tipo_votacao == 2 or o.tipo_votacao == 4 %} + 1 %} style="display:none;" {% endif %}> {{o.materia.tipo.sigla}} {{o.materia.numero}}/{{o.materia.ano}} - {{o.materia.tipo}}
@@ -134,6 +135,7 @@ function alteraTipoVotacao() { $(".Simbolica").toggle(); $(".Nominal").toggle(); + $(".Leitura").toggle(); checa_tipo_votacao(); }