Commit 6c45afa2 authored by Jérome Perrin's avatar Jérome Perrin

int_index can be copied


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44188 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bae0e526
......@@ -115,7 +115,7 @@ def _getPropertyAndCategoryList(document):
def _getPropertyList(document, acquire=True):
property_map = document.getPropertyMap()
bad_property_list = ['id', 'uid', 'categories_list', 'int_index', 'last_id',]
bad_property_list = ['id', 'uid', 'categories_list', 'last_id',]
# we don't want acquired properties without acquisition_mask_value
for x in property_map:
if x.has_key('acquisition_base_category') and not x.get('acquisition_mask_value', 0):
......
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