Commit 7c8e95b7 authored by Sebastien Robin's avatar Sebastien Robin

because I didn't understood well what Kevin asked me, he commited something...

because I didn't understood well what Kevin asked me, he commited something wrong, this fix the problem


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4027 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0bc32cb0
......@@ -68,7 +68,7 @@ def get_value(self, id, **kw):
container = None
kw['field'] = self
kw['form'] = form
kw['here'] = form
kw['here'] = object
kw['container'] = container
try :
kw['preferences'] = object.getPortalObject()\
......
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