diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-05 14:27:58 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-05 14:27:58 -0500 |
commit | 67ce33430c1f37f0fa7da62e5bd055c5a00b614d (patch) | |
tree | 3357a0a2fd100f8dbf65e01ae1272770852c3e23 /src/report.h | |
parent | 15555d497f56e4b4d39e9a14f74b2c82cce52b90 (diff) | |
parent | 09ace752d604d5afce698f7cc240e1a83cee934d (diff) | |
download | fork-ledger-67ce33430c1f37f0fa7da62e5bd055c5a00b614d.tar.gz fork-ledger-67ce33430c1f37f0fa7da62e5bd055c5a00b614d.tar.bz2 fork-ledger-67ce33430c1f37f0fa7da62e5bd055c5a00b614d.zip |
Merge branch 'next'
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 32648648..431eac3c 100644 --- a/src/report.h +++ b/src/report.h @@ -160,6 +160,7 @@ public: value_t fn_ansify_if(call_scope_t& scope); value_t fn_percent(call_scope_t& scope); value_t fn_price(call_scope_t& scope); + value_t fn_account_total(call_scope_t& scope); value_t fn_lot_date(call_scope_t& scope); value_t fn_lot_price(call_scope_t& scope); value_t fn_lot_tag(call_scope_t& scope); |