diff options
author | John Wiegley <johnw@newartisans.com> | 2004-07-30 23:42:59 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2004-07-30 23:42:59 -0400 |
commit | 493694f84869190340a035e524c78d6a6a71bf6c (patch) | |
tree | e87ab37f98b0fe2ec05ef3da92b67710cad25a87 /item.cc | |
parent | 94e76ae87e883291d13320738fe165c7a2a2415b (diff) | |
download | fork-ledger-493694f84869190340a035e524c78d6a6a71bf6c.tar.gz fork-ledger-493694f84869190340a035e524c78d6a6a71bf6c.tar.bz2 fork-ledger-493694f84869190340a035e524c78d6a6a71bf6c.zip |
predicate are now used instead of constraints
Diffstat (limited to 'item.cc')
-rw-r--r-- | item.cc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ item_t * walk_accounts(const account_t * account, { item_t * item = new item_t; item->account = account; - item->date = constraints.end() - 1; for (constrained_transactions_list_const_iterator i(account->transactions.begin(), |