Skip to content

Commit

Permalink
HOT-FIX: erro na passagem de parâmetros relatório
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardoliveira committed Dec 4, 2018
1 parent ccfd520 commit 0ff18c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapl/relatorios/templates/pdf_sessao_plenaria_gerar.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def ocorrencias(lst_ocorrencias):
return tmp


def principal(rodape_dic, imagem, inf_basicas_dic, lst_mesa, lst_presenca_sessao, lst_expedientes, lst_expediente_materia, lst_oradores_expediente, lst_presenca_ordem_dia, lst_votacao, lst_oradores, lst_ocorrencias):
def principal(rodape_dic, imagem, inf_basicas_dic, lst_mesa, lst_presenca_sessao, lst_ausencia_sessao, lst_expedientes, lst_expediente_materia, lst_oradores_expediente, lst_presenca_ordem_dia, lst_votacao, lst_oradores, lst_ocorrencias):
"""
"""
arquivoPdf = str(int(time.time() * 100)) + ".pdf"
Expand Down

0 comments on commit 0ff18c0

Please sign in to comment.