mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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:
@@ -212,7 +212,8 @@
|
||||
(if
|
||||
(not (gnc-commodity-equiv report-currency price-commodity))
|
||||
(begin
|
||||
(if (not (null? currency-accounts))
|
||||
(if (or (not (null? currency-accounts))
|
||||
(eq? price-source 'pricedb))
|
||||
(set!
|
||||
data
|
||||
(case price-source
|
||||
|
||||
Reference in New Issue
Block a user