Set new female's origin from Create female wizard

This commit is contained in:
Guillem Barba 2015-07-16 11:42:28 +02:00
parent c5c15b0ac4
commit 4b9e9cf542
1 changed files with 1 additions and 0 deletions

View File

@ -1192,6 +1192,7 @@ class CreateFemale(Wizard):
female.number = self.start.number
female.arrival_date = self.start.arrival_date
female.birthdate = self.start.birthdate
female.origin = self.start.origin
female.initial_location = self.start.initial_location
female.save()
female.cycles = []