Browse Source

Fix #2204 (#2212)

pull/2224/head
Victor Fabre 6 years ago
committed by Edward
parent
commit
0352326f44
  1. 4
      sapl/materia/views.py

4
sapl/materia/views.py

@ -744,6 +744,10 @@ class ProposicaoCrud(Crud):
% (p.tipo, numero, p.ano)))
except ValueError:
pass
except AttributeError:
pass
except TypeError:
pass
elif action == 'return':
if not p.data_envio:

Loading…
Cancel
Save