summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/report.h b/src/report.h
index eff375cc..a453d351 100644
--- a/src/report.h
+++ b/src/report.h
@@ -816,8 +816,9 @@ public:
" %(justify(scrub(display_total), total_width, "
" 4 + meta_width + date_width + payee_width + account_width"
" + amount_width + total_width + prepend_width, true, color))\n%/"
- "%(justify(\" \", 2 + date_width + payee_width))"
- "%$3 %$4 %$5\n");
+ "%(justify(\" \", date_width))"
+ " %(justify((has_tag(\"Payee\") ? payee : \" \"), payee_width))"
+ " %$3 %$4 %$5\n");
});
OPTION(report_t, related); // -r