summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-15 21:05:59 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-15 21:05:59 -0400
commite861c312ac4685c7a9c967312cffeb7388d3be1e (patch)
treeb64db3c16b91b61e32023eebb3751d0686b96c59 /src/report.h
parentbfa6a643a1317515e10cca2170463f941e6d0f10 (diff)
downloadfork-ledger-e861c312ac4685c7a9c967312cffeb7388d3be1e.tar.gz
fork-ledger-e861c312ac4685c7a9c967312cffeb7388d3be1e.tar.bz2
fork-ledger-e861c312ac4685c7a9c967312cffeb7388d3be1e.zip
The "xact" variable now returns null for accounts
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 73eefd95..69ae11e5 100644
--- a/src/report.h
+++ b/src/report.h
@@ -138,6 +138,9 @@ public:
value_t fn_quoted(call_scope_t& scope);
value_t fn_join(call_scope_t& scope);
value_t fn_format_date(call_scope_t& scope);
+ value_t fn_false(call_scope_t&) {
+ return false;
+ }
value_t fn_options(call_scope_t& scope) {
return value_t(static_cast<scope_t *>(this));