report field: use getValue() as default for getSelectValue()
This commit is contained in:
parent
1c40b071d8
commit
319a7b0cb9
2 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue