4241: ignore Residence events on Addresse page for non-english locales
svn: r15925
This commit is contained in:
parent
479e70f835
commit
ae8ba555eb
@ -5694,7 +5694,7 @@ class NavWebReport(Report):
|
|||||||
continue
|
continue
|
||||||
# get event type
|
# get event type
|
||||||
evt_type = str(event.get_type() )
|
evt_type = str(event.get_type() )
|
||||||
if evt_type == "Residence":
|
if evt_type == _("Residence"):
|
||||||
has_res = event
|
has_res = event
|
||||||
break
|
break
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user