Commit 72bec909 authored by Mayoro Diagne's avatar Mayoro Diagne

2008-09-17: mayoro

- displaying full path of class methods in the Appendix

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23675 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4466af68
......@@ -196,7 +196,7 @@ if portal_skin is not None and portal_skin=="ODT":\n
title="Appendix",\n
form_id=\'\')\n
)\n
classmethod = dict().fromkeys([x.split(\'.\')[-1] for x in class_methods_list]).keys()\n
classmethod = dict().fromkeys([x for x in class_methods_list]).keys()\n
propertysheet = dict().fromkeys([x.split(\'/\')[-1].split(\'.\')[0] for x in property_sheets_list]).keys()\n
result.append(\n
ReportSection(\n
......
101
\ No newline at end of file
104
\ 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