summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
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)