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 84f120df..7585493f 100644 --- a/src/report.h +++ b/src/report.h @@ -504,10 +504,12 @@ public: " %(xact.uncleared ? (cleared ? \"* \" : (pending ? \"! \" : \"\")) : \"\")" "%-34(account)" " %12(calculated ? \"\" : justify(scrub(amount), 12, -1, true))" + "%(has_cost & !priced ? \" @ \" + justify(scrub(cost / amount), 0) : \"\")" "%(comment | \"\")\n%/" " %(xact.uncleared ? (cleared ? \"* \" : (pending ? \"! \" : \"\")) : \"\")" "%-34(account)" " %12(calculated ? \"\" : justify(scrub(amount), 12, -1, true))" + "%(has_cost & !priced ? \" @ \" + justify(scrub(cost / amount), 0) : \"\")" "%(comment | \"\")\n%/\n"); }); |