Commit f692b129 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix comment added on previous commit.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11834 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0cd2099e
......@@ -1332,9 +1332,9 @@ def makeTreeList(here, form, root_dict, report_path, base_category, depth, unfol
return tree_list
# Monkeypatch Folder so it can access portal_activities
# Automaticaly add wrappers on Folder so it can access portal_selections.
# Cannot be done in ERP5Type/Document/Folder.py because ERP5Type must not
# depend on ERP5Form
# depend on ERP5Form.
from Products.CMFCore.utils import getToolByName
from Products.ERP5Type.Document.Folder import Folder
......
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