diff --git a/ChangeLog b/ChangeLog index 3eddf8dd2..ea2e210e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2007-01-07 Brian Matherly + * src/SubstKeywords.py: Fix 0000813: IDs in graphical reports error + 2007-01-07 Don Allingham * src/RelLib/*.py: pylint fixes diff --git a/src/SubstKeywords.py b/src/SubstKeywords.py index d4516e85f..03cf2eb85 100644 --- a/src/SubstKeywords.py +++ b/src/SubstKeywords.py @@ -97,7 +97,7 @@ class SubstKeywords: dplace_handle = death.get_place_handle() if dplace_handle: self.D = database.get_place_from_handle(dplace_handle).get_title() - self.i = str(person_handle) + self.i = person.get_gramps_id() if person.get_family_handle_list(): f_id = person.get_family_handle_list()[0]