diff --git a/sapl/materia/forms.py b/sapl/materia/forms.py index 40fb76b4c..78b8e1c51 100644 --- a/sapl/materia/forms.py +++ b/sapl/materia/forms.py @@ -1333,7 +1333,6 @@ class ProposicaoForm(forms.ModelForm): inst.texto_original.path, str(inst.pk)) elif inst.texto_articulado.exists(): ta = inst.texto_articulado.first() - # FIXME hash para textos articulados inst.hash_code = 'P' + ta.hash() + SEPARADOR_HASH_PROPOSICAO + str(inst.pk) def clean(self):