[FIX] Print Screen

lp bug: https://launchpad.net/bugs/310559 fixed

bzr revid: stephane@tinyerp.com-20081222150410-d14q1cij3ybwu93p
This commit is contained in:
Stephane Wirtel 2008-12-22 16:04:10 +01:00
parent 205196b640
commit aa5ba32461
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ class report_printscreen_list(report_int):
col.setAttribute('para','yes')
col.setAttribute('tree','no')
if line[f] != None:
txt = new_doc.createTextNode(line[f] or '')
txt = new_doc.createTextNode(str(line[f] or ''))
if temp[count] == 1:
tsum[count] = float(tsum[count]) + float(line[f]);