diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-27 21:33:33 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-27 21:33:33 -0400 |
commit | 07cca71893ef82e4199dc0dcadba25cc0185c4ed (patch) | |
tree | 032cf1aa68e507085bc3e901581ab87e7b2f3f73 /src/post.cc | |
parent | ab433d28e08bbe23bbc75d333ed63343356e043a (diff) | |
download | fork-ledger-07cca71893ef82e4199dc0dcadba25cc0185c4ed.tar.gz fork-ledger-07cca71893ef82e4199dc0dcadba25cc0185c4ed.tar.bz2 fork-ledger-07cca71893ef82e4199dc0dcadba25cc0185c4ed.zip |
Renamed two methods, for consistency's sake
Diffstat (limited to 'src/post.cc')
-rw-r--r-- | src/post.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/post.cc b/src/post.cc index 89d69ec1..2a44ebd8 100644 --- a/src/post.cc +++ b/src/post.cc @@ -244,7 +244,7 @@ namespace { DEBUG("post.account_amount", "Found account: " << account->fullname()); - value_t total = account->self_total(); + value_t total = account->amount(); if (total.is_null()) return 0L; else |