misc reports: keep up with RelLib changes

svn: r6414
This commit is contained in:
Brian Matherly
2006-04-22 06:56:48 +00:00
parent b9371e2e08
commit 99c3ae0e44
5 changed files with 14 additions and 8 deletions

View File

@@ -1677,7 +1677,7 @@ def married_rel_str(database,person,family,is_first=True):
'spouse' :_nd.display(spouse)
}
relationship = family.get_relationship()[0]
relationship = family.get_relationship()
if is_first:
if relationship == RelLib.FamilyRelType.MARRIED: