diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
index fc8d047031ad2200cb9099d93e77157a238097c1..45b49623c75acee9d6484dc44321b3e979ac3fd2 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
@@ -166,6 +166,8 @@ print "#### Indexing delivery builders ####"\n
 print "#### Indexing order builders ####"\n
 # Next we index portal types\n
 print "#### Indexing portal types ####"\n
+# Next we index portal_property_sheets\n
+print "#### Indexing portal property sheets ####"\n
 \n
 folder_tag = \'module\'\n
 folder_after_tag = (\'category\', \'person_stage_1\', \'group_person_stage_1\')\n
@@ -176,6 +178,7 @@ tool_list = [portal.portal_templates, portal.portal_trash,\n
              portal.portal_domains, portal.portal_rules,\n
              portal.portal_deliveries, portal.portal_orders,\n
              portal.portal_caches, portal.portal_types,\n
+             portal.portal_property_sheets,\n
              portal.portal_ids, portal.portal_memcached]\n
 possible_tool_list = [\'portal_gadgets\', \'portal_contribution_registry\',\n
                       \'portal_roundings\', \'portal_contributions\']\n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 4b86d9285abb1606db16a9124c86689474a62592..e70d04609d68726f23afaa42a1a0ef67e6614786 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-40873
\ No newline at end of file
+40874
\ No newline at end of file