X-Git-Url: https://harishankar.org/repos/?p=biacv.git;a=blobdiff_plain;f=biacv_data.py;fp=biacv_data.py;h=3fc58305563e921942be695c1779c80da001bcce;hp=1146102b4fdf27d718f3fc79c11aed1edc3112f6;hb=237038b36066dc8897b489d3d85cea1116a3a7e8;hpb=f25b951b2be0bb64be3438dfe6ead587761102d1 diff --git a/biacv_data.py b/biacv_data.py index 1146102..3fc5830 100644 --- a/biacv_data.py +++ b/biacv_data.py @@ -22,7 +22,7 @@ class BiaCVData: # set personal information from gui def set_personal_info (self, nametitle, firstname, lastname, dateofbirth, - street, area, city, areacode, countrycode_landline, landline, + street, area, city, areacode, country, countrycode_landline, landline, countrycode_mobile, mobile, email, maritalstatus): self.data["nametitle"] = nametitle self.data["firstname"] = firstname @@ -32,6 +32,7 @@ class BiaCVData: self.data["area"] = area self.data["city"] = city self.data["areacode"] = areacode + self.data["country"] = country self.data["countrycode_landline"] = countrycode_landline self.data["landline"] = landline self.data["countrycode_mobile"] = countrycode_mobile