Commit 0495d3d8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

author is contributor, not contributor related.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39574 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2d038983
......@@ -60,7 +60,7 @@
"""\n
\n
document = context.getObject()\n
source = document.getContributorRelatedValue()\n
source = document.getContributorValue()\n
return (source is not None and source.getTitle() or "User unknown")\n
</string> </value>
</item>
......
50
\ No newline at end of file
51
\ 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