Merge branch 'bbmaster' of ssh://git.cy55.de/home/hplattner/git/cybertools into bbmaster
This commit is contained in:
		
						commit
						e07bcefe0c
					
				
					 2 changed files with 17 additions and 16 deletions
				
			
		|  | @ -177,7 +177,8 @@ class ResultSet(object): | ||||||
|                 res.append(row) |                 res.append(row) | ||||||
|                 for idx, sc in enumerate(self.subTotalsColumns): |                 for idx, sc in enumerate(self.subTotalsColumns): | ||||||
|                     for idx2, f in enumerate(sc): |                     for idx2, f in enumerate(sc): | ||||||
|                         subTotals[idx][idx2] += f.getValue(row) |                         subTotals[idx][idx2] += f.getValue(row, | ||||||
|  |                                                            ignoreTotals=True) | ||||||
|                 lastRow = row |                 lastRow = row | ||||||
|             if lastRow is not None: |             if lastRow is not None: | ||||||
|                 subTotalsRows = [] |                 subTotalsRows = [] | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue