Commit 19355887 authored by Christophe Dumez's avatar Christophe Dumez

- fixed the name of a function call (naming convention)

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9103 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e9e9a4e6
......@@ -76,7 +76,7 @@ for portal_type in module.allowedContentTypes():\n
#for property in portal_type.getInstancePropertyMap():\n
#property_string = "%s.%s" % (portal_type.id, property[\'id\'])\n
#property_list.append(property_string)\n
for property in portal_type.getPropertiesAndCategories():\n
for property in portal_type.getPropertyAndCategoryList():\n
property_string = "%s.%s" % (portal_type.id, property)\n
property_list.append(property_string)\n
\n
......
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