Commit a0c85704 authored by Yoshinori Okuji's avatar Yoshinori Okuji

getTitle should accept keyword arguments.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1901 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4cc721b3
...@@ -129,7 +129,7 @@ etc.).""" ...@@ -129,7 +129,7 @@ etc.)."""
self.title = value self.title = value
security.declareProtected(Permissions.View, 'getTitle') security.declareProtected(Permissions.View, 'getTitle')
def getTitle(self): def getTitle(self, **kw):
""" """
Returns the title if it exists or a combination of Returns the title if it exists or a combination of
first name and last name first name and last name
......
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