Browse Source

Corrigindo posicao de numero em relatorio default

diagnosticos
Starlone (Estagiario) 14 years ago
parent
commit
4bda4a78ba
  1. 2
      sigi/apps/relatorios/reports.py

2
sigi/apps/relatorios/reports.py

@ -68,7 +68,7 @@ class ReportDefault(Report):
height = 0.8*cm height = 0.8*cm
elements = [ elements = [
Label(text="Total:", top=0.1*cm, left=0), Label(text="Total:", top=0.1*cm, left=0),
ObjectValue(attribute_name='id', top=0.1*cm, left=2*cm,\ ObjectValue(attribute_name='id', top=0.1*cm, left=1*cm,\
action=FIELD_ACTION_COUNT, display_format='%s'), action=FIELD_ACTION_COUNT, display_format='%s'),
] ]
borders = {'top': Line(stroke_color=navy, stroke_width=2)} borders = {'top': Line(stroke_color=navy, stroke_width=2)}

Loading…
Cancel
Save