[Erp5-report] r20027 - /erp5/trunk/products/ERP5Type/Utils.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Mar 19 11:37:04 CET 2008


Author: nicolas
Date: Wed Mar 19 11:37:01 2008
New Revision: 20027

URL: http://svn.erp5.org?rev=20027&view=rev
Log:
Add new acquisition_object_id parameter

Modified:
    erp5/trunk/products/ERP5Type/Utils.py

Modified: erp5/trunk/products/ERP5Type/Utils.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/Utils.py?rev=20027&r1=20026&r2=20027&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/Utils.py (original)
+++ erp5/trunk/products/ERP5Type/Utils.py Wed Mar 19 11:37:01 2008
@@ -1401,6 +1401,7 @@
                 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 @@
                 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')
                 )




More information about the Erp5-report mailing list