parent
bffdc6431d
commit
19fcf4c99d
1 changed files with 3 additions and 4 deletions
|
|
@ -182,12 +182,11 @@ unsigned int parse_ledger_data(config_t& config,
|
||||||
journal, acct);
|
journal, acct);
|
||||||
if (! journal->price_db.empty())
|
if (! journal->price_db.empty())
|
||||||
journal->sources.push_back(journal->price_db);
|
journal->sources.push_back(journal->price_db);
|
||||||
|
}
|
||||||
// Clear out what was set during the textual parsing phase
|
// Clear out what was set during the textual parsing phase
|
||||||
clear_account_xdata acct_cleaner;
|
clear_account_xdata acct_cleaner;
|
||||||
walk_accounts(*journal->master, acct_cleaner);
|
walk_accounts(*journal->master, acct_cleaner);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
VALIDATE(journal->valid());
|
VALIDATE(journal->valid());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue