report field: change comment according to new default in loops

This commit is contained in:
Helmut Merz 2012-07-10 17:29:12 +02:00
parent b63b3b3b16
commit fa56eaeedf

View file

@ -73,7 +73,7 @@ class Field(Component):
def getSelectValue(self, row):
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):
value = self.getRawValue(row)