7839: Place report does not run

This commit is contained in:
Paul Franklin 2014-06-28 13:02:54 -07:00
parent 23df099e41
commit aa5297b476

View File

@ -182,7 +182,7 @@ class PlaceReport(Report):
This procedure writes out each of the events related to the place
"""
event_handles = [event_handle for (object_type, event_handle) in
self.database.find_backlink_handles(handle)]
self.database.find_backlink_handles(handle,['Event'])]
event_handles.sort(key=self.sort.by_date_key)
if event_handles: