From 331ea8459f36f7c277356515b7f88ee47efd38a9 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Wed, 19 Mar 2008 10:37:01 +0000
Subject: [PATCH] Add new acquisition_object_id parameter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20027 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Utils.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py
index 39d51c14c1..64185151b5 100644
--- a/product/ERP5Type/Utils.py
+++ b/product/ERP5Type/Utils.py
@@ -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')
                 )
-- 
2.30.9