mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
typo in last commit
This commit is contained in:
parent
d47230a418
commit
4beb382c16
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user