From a0c85704ec6b5f4534ef9df35d080760e6ba90c7 Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Tue, 9 Nov 2004 15:18:57 +0000
Subject: [PATCH] getTitle should accept keyword arguments.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1901 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/Person.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/Document/Person.py b/product/ERP5/Document/Person.py
index a249808390..3e482d0a61 100755
--- a/product/ERP5/Document/Person.py
+++ b/product/ERP5/Document/Person.py
@@ -129,7 +129,7 @@ etc.)."""
         self.title = value
 
     security.declareProtected(Permissions.View, 'getTitle')
-    def getTitle(self):
+    def getTitle(self, **kw):
       """
         Returns the title if it exists or a combination of
         first name and last name
-- 
2.30.9