diff --git a/product/ERP5/Document/BusinessTemplate.py b/product/ERP5/Document/BusinessTemplate.py index 827b1e6c1af5f4d06a8c1eaf05cc267bb81dd56f..f94fa35f884e60cffd6a2f4b4e673016396a8dd6 100644 --- a/product/ERP5/Document/BusinessTemplate.py +++ b/product/ERP5/Document/BusinessTemplate.py @@ -4992,6 +4992,13 @@ Business Template is a set of definitions, such as skins, portal types and categ """ return self._getOrderedList('template_portal_type_roles') + def getTemplateLocalRolesList(self): + """ + We have to set this method because we want an + ordered list + """ + return self._getOrderedList('template_local_roles') + def getTemplateSkinIdList(self): """ We have to set this method because we want an