From 0ce706a79c7c879ab02b5f95b80cabdc0b36aac9 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