Commit ff3d68af authored by Sebastien Robin's avatar Sebastien Robin

change order for categories


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2040 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 46632e3a
......@@ -1083,13 +1083,15 @@ Business Template is a set of definitions, such as skins, portal types and categ
# Objects and properties
self._path_item.install(local_configuration)
self._workflow_item.install(local_configuration)
self._category_item.install(local_configuration,**kw)
self._catalog_method_item.install(local_configuration)
self._site_property_item.install(local_configuration)
# Portal Types
self._portal_type_item.install(local_configuration)
# Categories
self._category_item.install(local_configuration,**kw)
# Modules.
self._module_item.install(local_configuration)
......
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