diff --git a/hledger/Hledger/Cli/Commands/Balance.hs b/hledger/Hledger/Cli/Commands/Balance.hs index 98ac48f38..ddddf4a9d 100644 --- a/hledger/Hledger/Cli/Commands/Balance.hs +++ b/hledger/Hledger/Cli/Commands/Balance.hs @@ -1119,7 +1119,7 @@ budgetReportAsTable ropts@ReportOpts{..} (PeriodicReport spans items totrow) = where costedAmounts = case conversionop_ of Just ToCost -> amounts . mixedAmountCost - _ -> amounts + _ -> amounts . mixedAmountStripCosts -- strip any lingering cost info that would prevent unification -- | Like percentage, but accept multicommodity actual and budget amounts, -- and extract the specified commodity from both.