From ba55d47143d14f78d2b84f4a0d2992feb364dd1b Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Mon, 28 Mar 2016 14:49:21 +0200 Subject: [PATCH] 9345: Error when trying to create narrative report (residence event) --- gramps/plugins/webreport/narrativeweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/webreport/narrativeweb.py b/gramps/plugins/webreport/narrativeweb.py index dec195f2e..922c1f48d 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -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)