diff --git a/gramps/gen/sort.py b/gramps/gen/sort.py index 9ac4750d1..12d3a30d3 100644 --- a/gramps/gen/sort.py +++ b/gramps/gen/sort.py @@ -152,7 +152,7 @@ class Sort(object): date1 = Date() dsv1 = date1.get_sort_value() - return "%08d" % dsv1 + self.by_last_name_key(first_id) + return "%08d" % dsv1 + str(self.by_last_name_key(first_id)) ## def by_date(self, a_id, b_id): ## """Sort routine for comparing two events by their dates. """