Commit 616f6a3b authored by Jean-Paul Smets's avatar Jean-Paul Smets

Fixed comment

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16756 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 22a3d069
......@@ -232,7 +232,7 @@ def getFieldValue(self, field, id, **kw):
if id == 'editable':
return EditableValue(value)
# Return default value in non callable mode
# Return default value in callable mode
if callable(value):
return StaticValue(value)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment