summaryrefslogtreecommitdiff
path: root/autoxact.cc
diff options
context:
space:
mode:
Diffstat (limited to 'autoxact.cc')
-rw-r--r--autoxact.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoxact.cc b/autoxact.cc
index 01007d11..9672d4d2 100644
--- a/autoxact.cc
+++ b/autoxact.cc
@@ -21,7 +21,7 @@ void automated_transaction_t::extend_entry(entry_t * entry)
amt = (*t)->amount;
transaction_t * xact
- = new transaction_t((*t)->account, amt, amt,
+ = new transaction_t((*t)->account, amt,
(*t)->flags | TRANSACTION_AUTO);
entry->add_transaction(xact);
}