2007-10-17 Benny Malengier <benny.malengier@gramps-project.org>
* src/GrampsDbUtils/_WriteGedcom.py: bug get_phon must be get_phone svn: r9202
This commit is contained in:
parent
b4cc165711
commit
4a6723072e
@ -1,3 +1,6 @@
|
|||||||
|
2007-10-17 Benny Malengier <benny.malengier@gramps-project.org>
|
||||||
|
* src/GrampsDbUtils/_WriteGedcom.py: bug get_phon must be get_phone
|
||||||
|
|
||||||
2007-10-17 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
2007-10-17 Douglas S. Blank <dblank@cs.brynmawr.edu>
|
||||||
* src/plugins/Calendar.py: changed exp eval char to '>'
|
* src/plugins/Calendar.py: changed exp eval char to '>'
|
||||||
* src/plugins/holidays.xml: added easter and ash wed eval's
|
* src/plugins/holidays.xml: added easter and ash wed eval's
|
||||||
|
@ -432,7 +432,7 @@ class GedcomWriter(BasicUtils.UpdateCallback):
|
|||||||
state = owner.get_state()
|
state = owner.get_state()
|
||||||
ctry = owner.get_country()
|
ctry = owner.get_country()
|
||||||
post = owner.get_postal_code()
|
post = owner.get_postal_code()
|
||||||
phon = owner.get_phon()
|
phon = owner.get_phone()
|
||||||
mail = owner.get_email()
|
mail = owner.get_email()
|
||||||
|
|
||||||
if not name :
|
if not name :
|
||||||
|
Loading…
Reference in New Issue
Block a user