Fix the tsum count in printscreen

bzr revid: p_christ@hol.gr-20081009102212-58h0wfyevwghsxty
This commit is contained in:
P. Christeas 2008-10-09 13:22:12 +03:00
parent 7a139b8a4f
commit e266b37a68
1 changed files with 2 additions and 1 deletions

View File

@ -179,7 +179,8 @@ class report_printscreen_list(report_int):
node_line = new_doc.createElement("row")
lines.appendChild(node_line)
node_line = new_doc.createElement("row")
for f in range(0,count+1):
count = len(tsum)
for f in range(0,count):
col = new_doc.createElement("col")
col.setAttribute('para','yes')
col.setAttribute('tree','no')