[import-main-matcher] sort matched transactions' accounts

This commit is contained in:
Christopher Lam 2022-08-16 22:49:02 +08:00
parent 15ce9be79a
commit 519818ce04

View File

@ -1897,6 +1897,7 @@ get_peer_acct_names (Split *split)
accounts_seen = g_list_prepend (accounts_seen, account);
g_free (name);
}
names = g_list_sort (names, (GCompareFunc)g_utf8_collate);
retval = gnc_g_list_stringjoin (names, ", ");
g_list_free_full (names, g_free);
g_list_free (accounts_seen);