diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index bfed30b9..c78144e2 100644 --- a/src/report.h +++ b/src/report.h @@ -679,6 +679,8 @@ public: value_t get_total_expr(call_scope_t& scope); value_t get_display_total(call_scope_t& scope); + value_t f_market_value(call_scope_t& args); + value_t option_amount_data(call_scope_t&) { // j format_string = session.plot_amount_format; return true; |