Quote an empty scheme list and avoid crash of transaction report on

empty session. Fixes #359412.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14926 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/remove-group2
Andreas Köhler 20 years ago
parent e65a112ddf
commit 35300b2c76

@ -589,7 +589,7 @@
(cond ((not (null? current-accounts))
(list (car current-accounts)))
((> num-accounts 0) (list first-account))
(else ()))))
(else '()))))
#f #t))
(gnc:register-trep-option

Loading…
Cancel
Save