4657: The "sort as" name is ignored

svn: r16673
This commit is contained in:
Michiel Nauta
2011-02-19 14:06:21 +00:00
parent 0554608916
commit 756bd836a0
9 changed files with 13 additions and 18 deletions

View File

@ -6796,7 +6796,7 @@ def sort_people(db, handle_list):
surname = db.get_name_group_mapping(
primary_name.get_primary_surname().get_surname())
sortnames[person_handle] = _nd.sort_string(primary_name)
sortnames[person_handle] = _nd.sorted_name(primary_name)
sname_sub[surname].append(person_handle)
sorted_lists = []