Show price scatterplot if the source is the price db and no account has shares.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16149 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler 2007-06-03 19:43:35 +00:00
parent 4ae1a2983f
commit 13b667f971

View File

@ -212,7 +212,8 @@
(if (if
(not (gnc-commodity-equiv report-currency price-commodity)) (not (gnc-commodity-equiv report-currency price-commodity))
(begin (begin
(if (not (null? currency-accounts)) (if (or (not (null? currency-accounts))
(eq? price-source 'pricedb))
(set! (set!
data data
(case price-source (case price-source