Improve code so that print screen report can print sum of last column if it is integer or float.

By: Husen(hda)

bzr revid: mga@tinyerp.com-1637480a09a1c5966c227311b1e6ed67093b9c05
This commit is contained in:
Mantavya Gajjar 2008-05-21 13:15:42 +00:00
parent 1cf67e365a
commit 66e89a94f1
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ 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):
for f in range(0,count+1):
col = new_doc.createElement("col")
col.setAttribute('para','yes')
col.setAttribute('tree','no')