Browse Source

HOTFIX - definicao de valor default no relatório de normas por vigência

pull/2179/head
Cesar Carvalho 6 years ago
parent
commit
c6c994c344
  1. 1
      sapl/base/forms.py

1
sapl/base/forms.py

@ -748,6 +748,7 @@ class RelatorioNormasVigenciaFilterSet(django_filters.FilterSet):
self.filters['ano'].label = 'Ano'
self.form.fields['ano'].required = True
self.form.fields['vigencia'] = self.vigencia
self.form.fields['vigencia'].initial = True
row1 = to_row([('ano', 12)])
row2 = to_row([('vigencia', 12)])

Loading…
Cancel
Save