report field: change comment according to new default in loops
This commit is contained in:
parent
b63b3b3b16
commit
fa56eaeedf
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class Field(Component):
|
||||||
|
|
||||||
def getSelectValue(self, row):
|
def getSelectValue(self, row):
|
||||||
return getattr(row, self.name, None) # backwards compatibility
|
return getattr(row, self.name, None) # backwards compatibility
|
||||||
# return self.getRawValue(row) # overwrite with this in subclass
|
# return self.getValue(row) # overwrite with this in subclass
|
||||||
|
|
||||||
def getValue(self, row):
|
def getValue(self, row):
|
||||||
value = self.getRawValue(row)
|
value = self.getRawValue(row)
|
||||||
|
|
Loading…
Add table
Reference in a new issue