From df4680ff364d1da45d2e904730955c15e96dc9cd Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 8 Apr 2016 17:48:26 +0200 Subject: Fix person merge (typo) (refs #3094) --- ishtar_common/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/models.py') diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 6021d5fa8..9509b36a6 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1170,7 +1170,7 @@ class Address(BaseHistorizedItem): def address_lbl(self): lbl = u'' prefix = '' - if self.alt_adress_is_prefered: + if self.alt_address_is_prefered: prefix = 'alt_' if getattr(self, prefix + 'address'): lbl += getattr(self, prefix + 'address') -- cgit v1.2.3