Print Complete Individual Report in surname order, 3598: Name sort on output
svn: r14378
This commit is contained in:
parent
ea74046a18
commit
caee06e714
@ -505,7 +505,7 @@ class IndivCompleteReport(Report):
|
|||||||
self.doc.end_cell()
|
self.doc.end_cell()
|
||||||
|
|
||||||
def write_report(self):
|
def write_report(self):
|
||||||
plist = self.database.iter_person_handles()
|
plist = self.database.get_person_handles(sort_handles=True)
|
||||||
if self.filter:
|
if self.filter:
|
||||||
ind_list = self.filter.apply(self.database, plist)
|
ind_list = self.filter.apply(self.database, plist)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user