From fbccb7149eae348182bef7ac9dcba756fe72381d Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 16 Feb 2018 23:03:44 -0800 Subject: Add (currently undocumented) function 'clear_commodity' --- src/report.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/report.h') 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); -- cgit v1.2.3