Browse Source

Arruma a data_fim_mandato

Signed-off-by: Luciano Almeida <lucianoalmeida@interlegis.leg.br>
pull/1356/head
Luciano Almeida 8 years ago
committed by LeandroRoberto
parent
commit
1b19781012
  1. 2
      sapl/legacy/migration.py

2
sapl/legacy/migration.py

@ -661,6 +661,8 @@ def adjust_documentoadministrativo(new, old):
def adjust_mandato(new, old):
if old.dat_fim_mandato:
new.data_fim_mandato = old.dat_fim_mandato
if not new.data_fim_mandato:
legislatura = Legislatura.objects.latest('data_fim')
new.data_fim_mandato = legislatura.data_fim

Loading…
Cancel
Save