9345: Error when trying to create narrative report (residence event)

This commit is contained in:
SNoiraud 2016-03-28 14:02:27 +02:00
parent 7fe02eb49a
commit 9887e6376d

View File

@ -6888,7 +6888,7 @@ class AddressBookListPage(BasePage):
class AddressBookPage(BasePage):
def __init__(self, report, title, person_handle, has_add, has_res, has_url):
self.dbase_ = report.database
self.dbase_ = self.db = report.database
self.bibli = Bibliography()
person = self.dbase_.get_person_from_handle(person_handle)