Browse Source

HOT-FIX: variável com nome errado

pull/942/merge 3.1.0-BETA
Edward Ribeiro 8 years ago
parent
commit
62480af20a
  1. 2
      sapl/sessao/forms.py

2
sapl/sessao/forms.py

@ -148,7 +148,7 @@ class OrdemDiaForm(ExpedienteMateriaForm):
numero_ordem=self.cleaned_data[
'numero_ordem']).exists()
if exists_numero_ordem:
if numero_ordem_exists:
msg = _('Esse número de ordem já existe.')
raise ValidationError(msg)

Loading…
Cancel
Save