mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06: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:
parent
4ae1a2983f
commit
13b667f971
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user