From 9887e6376d16a47cec54c622dbc6c3a251cf2d5c Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Mon, 28 Mar 2016 14:02:27 +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 b99f12c8a..10bf6c44e 100644 --- a/gramps/plugins/webreport/narrativeweb.py +++ b/gramps/plugins/webreport/narrativeweb.py @@ -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)