diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-21 18:32:03 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-21 18:32:03 -0400 |
commit | 963161a817c3d6b2a8171c8e3faa382dbc39ba02 (patch) | |
tree | 28baefd70f0b51229ae1bdf4b01a0fc9e49afe1b /src/report.h | |
parent | 2f1b1c8ceded9bff5fa26d0899da04180f539e94 (diff) | |
download | fork-ledger-963161a817c3d6b2a8171c8e3faa382dbc39ba02.tar.gz fork-ledger-963161a817c3d6b2a8171c8e3faa382dbc39ba02.tar.bz2 fork-ledger-963161a817c3d6b2a8171c8e3faa382dbc39ba02.zip |
bal was sometimes reporting empty accounts
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 7e52933a..e0073193 100644 --- a/src/report.h +++ b/src/report.h @@ -134,6 +134,8 @@ public: void accounts_report(acct_handler_ptr handler); void commodities_report(post_handler_ptr handler); + value_t display_value(const value_t& val); + value_t fn_amount_expr(call_scope_t& scope); value_t fn_total_expr(call_scope_t& scope); value_t fn_display_amount(call_scope_t& scope); |