* src/ReportBase/_ReportUtils.py: fix born_str typo (bug #266)
svn: r7080
This commit is contained in:
parent
552ae75018
commit
2a0623c3e2
@ -1,5 +1,6 @@
|
|||||||
2006-07-25 Brian Matherly <brian@gramps-project.org>
|
2006-07-25 Brian Matherly <brian@gramps-project.org>
|
||||||
* src/Mime/Makefile.am: Add WinMime.py
|
* src/Mime/Makefile.am: Add WinMime.py
|
||||||
|
* src/ReportBase/_ReportUtils.py: fix born_str typo (bug #266)
|
||||||
|
|
||||||
2006-07-25 Alex Roitman <shura@gramps-project.org>
|
2006-07-25 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/Merge/_MergePerson.py: Use new child_ref API.
|
* src/Merge/_MergePerson.py: Use new child_ref API.
|
||||||
|
@ -1841,7 +1841,7 @@ def born_str(database,person,person_name=None,empty_date="",empty_place=""):
|
|||||||
|
|
||||||
if bdate:
|
if bdate:
|
||||||
if bdate_mod:
|
if bdate_mod:
|
||||||
if dplace:
|
if bplace:
|
||||||
text = born_modified_date_with_place[name_index][gender] % value_map
|
text = born_modified_date_with_place[name_index][gender] % value_map
|
||||||
else:
|
else:
|
||||||
text = born_modified_date_no_place[name_index][gender] % value_map
|
text = born_modified_date_no_place[name_index][gender] % value_map
|
||||||
|
Loading…
Reference in New Issue
Block a user