Browse Source

Alterando de logradouro para endereço nos relatorios de casas

diagnosticos
Starlone (Estagiario) 15 years ago
parent
commit
8c74a1e2c2
  1. 4
      sigi/apps/casas/reports.py

4
sigi/apps/casas/reports.py

@ -238,7 +238,7 @@ class CasasLegislativasReport(ReportDefault):
top=label_top,
),
Label(
text="Logradouro",
text="Endereço",
left=label_left[3]*cm,
top=label_top,
),
@ -373,7 +373,7 @@ class InfoCasaLegislativa(ReportDefault):
),
# Linha 3
Label(
text="Logradouro: ",
text="Endereço: ",
left=posicao_left[8]*cm,
top=posicao_top[4]*cm,
),

Loading…
Cancel
Save