report field: use getValue() as default for getSelectValue()

This commit is contained in:
Helmut Merz 2012-07-10 17:27:39 +02:00
parent 1c40b071d8
commit 319a7b0cb9
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ from loops import util
class Field(BaseField):
def getSelectValue(self, row):
return self.getRawValue(row)
return self.getValue(row)
class TextField(Field):

View file

@ -1,5 +1,5 @@
#
# Copyright (c) 2011 Helmut Merz helmutm@cy55.de
# Copyright (c) 2012 Helmut Merz helmutm@cy55.de
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by