From a657ca2449e804fc60ae40422cd463840813285f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 3 Dec 2015 13:05:06 +0100 Subject: Better management of raw_names for search and windows --- 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 e762bf67f..72b41e0cf 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1864,7 +1864,7 @@ class Person(Address, Merge, OwnPerms, ValueGetter): ('Md', _(u'Mrs')), ('Dr', _(u'Doctor')), ) - TABLE_COLS = ('name', 'surname', 'email', 'person_types_list', + TABLE_COLS = ('name', 'surname', 'raw_name', 'email', 'person_types_list', 'attached_to') title = models.CharField(_(u"Title"), max_length=100, choices=TYPE, blank=True, null=True) -- cgit v1.2.3