diff --git a/gnucash/gnome/gnc-budget-view.c b/gnucash/gnome/gnc-budget-view.c index bbfc06180d..52b451bd83 100644 --- a/gnucash/gnome/gnc-budget-view.c +++ b/gnucash/gnome/gnc-budget-view.c @@ -1344,7 +1344,7 @@ totals_col_source (GtkTreeViewColumn *col, GtkCellRenderer *cell, GNCAccountType acctype; currency = gnc_account_get_currency_or_parent (account); - acctype = xaccAccountGetType (account); + acctype = xaccAccountTypeGetFundamental (xaccAccountGetType (account)); neg = gnc_reverse_balance (account);