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

This commit is contained in:
SNoiraud 2016-03-28 14:49:21 +02:00
parent f290814ea3
commit ba55d47143

View File

@ -6918,7 +6918,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)