Commit 6ca9330e authored by Jérome Perrin's avatar Jérome Perrin

Remove dead code

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18147 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48432ccd
......@@ -77,10 +77,6 @@ stool = portal.portal_selections\n
\n
def getFormIdFromAction(action):\n
return action[\'url\'].split(\'/\')[-1].split(\'?\')[0]\n
# something like this will be needed to print default document view:\n
form = getattr(context, form_id, None)\n
if hasattr(form, \'action\'):\n
return form.action\n
\n
def getReportSectionForObject(doc):\n
""" Get all possible report section for object. """\n
......
636
\ No newline at end of file
637
\ No newline at end of file
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