diff options
-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 6c1049bb..104bd428 100644 --- a/src/report.h +++ b/src/report.h @@ -757,7 +757,9 @@ public: if (commodity_t * commodity = commodity_t::find_or_create(symbol)) { commodity->add_price(datetime_t::now, price); +#if 0 commodity->history()->bogus_time = datetime_t::now; +#endif } } } |