summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/report.cc b/src/report.cc
index 2d37f19f..c959e70a 100644
--- a/src/report.cc
+++ b/src/report.cc
@@ -1068,7 +1068,7 @@ option_t<report_t> * report_t::lookup_option(const char * p)
OPT_(limit_);
else OPT(lot_dates);
else OPT(lot_prices);
- else OPT(lot_tags);
+ else OPT_ALT(lot_tags, lot_notes);
else OPT(lots);
else OPT(lots_actual);
else OPT_ALT(tail_, last_);