From 363fb6d55823cb84f49735e795232837a40a4f0c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 3 Aug 2008 00:22:55 -0400 Subject: Got date, payee and accounts back into the register report. --- report.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'report.h') diff --git a/report.h b/report.h index 0881ace1..a2bbe8e6 100644 --- a/report.h +++ b/report.h @@ -242,6 +242,14 @@ public: return args[0]; } + // + // Formatting functions + // + + value_t get_amount_expr(call_scope_t&) { + return NULL_VALUE; + } + // // Scope members // -- cgit v1.2.3