diff options
author | John Wiegley <johnw@newartisans.com> | 2018-02-16 23:03:44 -0800 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2018-02-16 23:03:44 -0800 |
commit | fbccb7149eae348182bef7ac9dcba756fe72381d (patch) | |
tree | 742889aa83fe5da86596c46a39b7d8e448d2e610 /src/report.h | |
parent | 7097e1a1e7ea4f4890b89ab7164e0fa10a3ca586 (diff) | |
download | fork-ledger-fbccb7149eae348182bef7ac9dcba756fe72381d.tar.gz fork-ledger-fbccb7149eae348182bef7ac9dcba756fe72381d.tar.bz2 fork-ledger-fbccb7149eae348182bef7ac9dcba756fe72381d.zip |
Add (currently undocumented) function 'clear_commodity'
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 635c3887..1bda0407 100644 --- a/src/report.h +++ b/src/report.h @@ -175,6 +175,7 @@ public: value_t fn_truncated(call_scope_t& scope); value_t fn_floor(call_scope_t& scope); value_t fn_ceiling(call_scope_t& scope); + value_t fn_clear_commodity(call_scope_t& scope); value_t fn_round(call_scope_t& scope); value_t fn_roundto(call_scope_t& scope); value_t fn_unround(call_scope_t& scope); |