Fixed add new person in AddSpouse dialog, fixed a couple of date problems,
Fixed choose parents dialog. svn: r616
This commit is contained in:
@@ -127,7 +127,7 @@ class AddSpouse:
|
||||
self.person.addFamily(family)
|
||||
spouse.addFamily(family)
|
||||
|
||||
if self.person.getGender() == Person.male:
|
||||
if self.person.getGender() == RelLib.Person.male:
|
||||
family.setMother(spouse)
|
||||
family.setFather(self.person)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user