From 304a02aca5c6215dc656ea621925278b31d77e33 Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 29 Oct 2018 10:14:21 -0300 Subject: [PATCH] =?UTF-8?q?Remove=20coment=C3=A1rio=20n=C3=A3o=20mais=20ne?= =?UTF-8?q?cess=C3=A1rio?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/materia/forms.py | 1 - 1 file changed, 1 deletion(-) 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):