mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[import-main-matcher] sort matched transactions' accounts
This commit is contained in:
parent
15ce9be79a
commit
519818ce04
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user