#2359: Phone and ZIP/Postal code are not added on alternate Address after merging two persons
svn: r11047
This commit is contained in:
parent
f72171e69c
commit
d73a511ca2
@ -195,7 +195,8 @@ class PersonCompare(ManagedWindow.ManagedWindow):
|
||||
self.add(tobj, title, _("Addresses"))
|
||||
for addr in alist:
|
||||
location = ", ".join([addr.get_street(), addr.get_city(),
|
||||
addr.get_state(), addr.get_country()])
|
||||
addr.get_state(), addr.get_country(),
|
||||
addr.get_postal_code(), addr.get_phone()])
|
||||
self.add(tobj, normal, location.strip())
|
||||
|
||||
def get_parent_info(self, fid):
|
||||
|
Loading…
Reference in New Issue
Block a user