Skip to content

Commit

Permalink
typo in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Jun 4, 2023
1 parent d47230a commit 4beb382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnucash/gnome/gnc-plugin-page-budget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,7 @@ allperiods_budget_helper (GtkTreeModel *model, GtkTreePath *path,
allvalue = priv->allValue;

if (gnc_reverse_balance (acct))
allvalue = gnc_numeric_neg (priv->allValueallvalue);
allvalue = gnc_numeric_neg (allvalue);

for (i = 0; i < num_periods; i++)
{
Expand Down

0 comments on commit 4beb382

Please sign in to comment.