diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py
index 0c6bbda508c315f5c710ca00ebba9099092267eb..f99a408d0c99b36da1431110a85a061067155548 100755
--- a/product/ERP5/Document/BusinessTemplate.py
+++ b/product/ERP5/Document/BusinessTemplate.py
@@ -422,7 +422,7 @@ Une ligne tarifaire."""
       for id in self.getTemplateSkinIdList():
         self.addObjectTemplateItem(id, 'portal_skins')
       # Copy categories
-      for id in self.getTemplateBaseCategoryIdList():
+      for id in self.getTemplateBaseCategoryList():
         self.addObjectTemplateItem(id, 'portal_categories')
       # Copy catalog methods
       for id in self.getTemplateCatalogMethodIdList():