Bug 781345 - Equity disregarded by budget totals

pull/503/head
Adrian Panella 7 years ago
parent d16a236ece
commit 91aceaa71b

@ -1125,6 +1125,7 @@ totals_col_source(GtkTreeViewColumn *col, GtkCellRenderer *cell,
continue;
break;
case ACCT_TYPE_LIABILITY:
case ACCT_TYPE_EQUITY:
if (row_type != TOTALS_TYPE_TRANSFERS &&
row_type != TOTALS_TYPE_TOTAL)
continue;

Loading…
Cancel
Save