summaryrefslogtreecommitdiff
path: root/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2008-08-03 00:22:55 -0400
committerJohn Wiegley <johnw@newartisans.com>2008-08-03 00:22:55 -0400
commit363fb6d55823cb84f49735e795232837a40a4f0c (patch)
tree4849b4aa7f00709bcb920d0971de829492ee6907 /report.h
parentdfc14dfff3dfc31e21ea7f11f9723de977d6c179 (diff)
downloadfork-ledger-363fb6d55823cb84f49735e795232837a40a4f0c.tar.gz
fork-ledger-363fb6d55823cb84f49735e795232837a40a4f0c.tar.bz2
fork-ledger-363fb6d55823cb84f49735e795232837a40a4f0c.zip
Got date, payee and accounts back into the register report.
Diffstat (limited to 'report.h')
-rw-r--r--report.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/report.h b/report.h
index 0881ace1..a2bbe8e6 100644
--- a/report.h
+++ b/report.h
@@ -243,6 +243,14 @@ public:
}
//
+ // Formatting functions
+ //
+
+ value_t get_amount_expr(call_scope_t&) {
+ return NULL_VALUE;
+ }
+
+ //
// Scope members
//