diff --git a/src/report/standard-reports/price-scatter.scm b/src/report/standard-reports/price-scatter.scm index d073ce0b68..4f5355d981 100644 --- a/src/report/standard-reports/price-scatter.scm +++ b/src/report/standard-reports/price-scatter.scm @@ -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