From 963161a817c3d6b2a8171c8e3faa382dbc39ba02 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 21 Jun 2010 18:32:03 -0400 Subject: bal was sometimes reporting empty accounts --- src/report.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/report.h') 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); -- cgit v1.2.3