Fixed bug 2878

svn: r14939
This commit is contained in:
Craig J. Anderson 2010-03-27 00:47:51 +00:00
parent befcd007fa
commit f2123db6f9

View File

@ -69,7 +69,8 @@ class SubstKeywords(object):
"""Create a new object and associates a person with it."""
person = database.get_person_from_handle(person_handle)
self.n = name_displayer.display(person)
self.n = person.get_primary_name().get_first_name() + " " + \
person.get_primary_name().get_surname() #Issue ID: 2878
self.N = name_displayer.sorted(person)
self.b = ""
self.B = ""