8645: Use place displayer when sorting places in narrated web report

This commit is contained in:
Nick Hall 2015-06-27 19:34:49 +01:00
parent ef921f22c3
commit 90872feeb4

View File

@ -3379,7 +3379,7 @@ class PlacePages(BasePage):
)
handle_list = sorted(place_handles,
key=lambda x: SORT_KEY(self.dbase_.get_place_from_handle(x).title))
key=lambda x: SORT_KEY(ReportUtils.place_name(self.dbase_, x)))
first = True
# begin table body