Commit 331ea845 authored by Nicolas Delaby's avatar Nicolas Delaby

Add new acquisition_object_id parameter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20027 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c54d44b
......@@ -1401,6 +1401,7 @@ def createDefaultAccessors(property_holder, id, prop = None,
prop.get('acquisition_sync_value',0),
prop.get('storage_id'),
prop.get('alt_accessor_id'),
prop.get('acquisition_object_id'),
(prop['type'] in list_types or prop.get('multivalued', 0)),
(prop['type'] == 'tales')
)
......@@ -1474,6 +1475,7 @@ def createDefaultAccessors(property_holder, id, prop = None,
prop.get('acquisition_sync_value',0),
prop.get('storage_id'),
prop.get('alt_accessor_id'),
prop.get('acquisition_object_id'),
(prop['type'] in list_types or prop.get('multivalued', 0)),
(prop['type'] == 'tales')
)
......
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