diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml index e15ec85c5e396b210162873a63d864478204dcbc..48ab0b32498d63eee10fb83e4f80427f3b0f7709 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_getCategoryChildItemListMethodItemList.xml @@ -71,7 +71,8 @@ N_ = lambda msg: Message(\'erp5_ui\', msg)\n return [\n (\'\', \'\'),\n (N_(\'Logical Path\'), \'getCategoryChildTranslatedLogicalPathItemList\', ),\n - (N_(\'Indented Title\'), \'getCategoryChildTranslatedIndentedTitleItemList\', )\n + (N_(\'Indented Title\'), \'getCategoryChildTranslatedIndentedTitleItemList\', ),\n + (N_(\'Compact Title\'), \'getCategoryChildTranslatedCompactTitleItemList\', ),\n ]\n </string> </value> </item> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index 995fb338a8d0db69b3a4be8d7c3c1c0a2d52dbfc..7dfce3516b5fa406a807fab6194df98c613e6aa8 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -593 \ No newline at end of file +594 \ No newline at end of file