fix totalsDescription group row output
This commit is contained in:
parent
25bcc53a5f
commit
ff3c94d40e
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class ResultSet(object):
|
||||||
v = gf.totalsDescription.getDisplayValue(row)
|
v = gf.totalsDescription.getDisplayValue(row)
|
||||||
if v is None:
|
if v is None:
|
||||||
v = u''
|
v = u''
|
||||||
subTotalsRow.data[gf.totalsDescription.output] = u'SUMME: ' + v
|
subTotalsRow.data[gf.totalsDescription.output] = v
|
||||||
return subTotalsRow
|
return subTotalsRow
|
||||||
|
|
||||||
def getResult(self):
|
def getResult(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue