mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-07-29 23:58:03 -05:00
handle null mnemonic
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6800 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -133,8 +133,8 @@
|
||||
(delete-duplicates
|
||||
(sort (map gnc:account-get-commodity accounts)
|
||||
(lambda (a b)
|
||||
(string<? (gnc:commodity-get-mnemonic a)
|
||||
(gnc:commodity-get-mnemonic b)))))))
|
||||
(string<? (or (gnc:commodity-get-mnemonic a) "")
|
||||
(or (gnc:commodity-get-mnemonic b) "")))))))
|
||||
|
||||
|
||||
;; Returns the depth of the current account hierarchy, that is, the
|
||||
|
||||
Reference in New Issue
Block a user