Whitespace fix to the print report.
This commit is contained in:
parent
b662509ee9
commit
f857e10ce2
1 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@ report_t::report_t(session_t& _session) : session(_session)
|
||||||
"%48|%-.38A %22.108t %!22.132T\n");
|
"%48|%-.38A %22.108t %!22.132T\n");
|
||||||
|
|
||||||
HANDLER(print_format_).on(
|
HANDLER(print_format_).on(
|
||||||
"%(display_date)%(entry.cleared ? \" *\" : (entry.uncleared ? \"\" : \" !\"))"
|
"%(entry.date)%(entry.cleared ? \" *\" : (entry.uncleared ? \"\" : \" !\"))"
|
||||||
"%(code ? \" (\" + code + \")\" : \"\") %(payee)%(entry.comment | \"\")\n"
|
"%(code ? \" (\" + code + \")\" : \"\") %(payee)%(entry.comment | \"\")\n"
|
||||||
" %(cleared ? \"* \" : (uncleared ? \"\" : \"! \"))%-34(account)"
|
" %(cleared ? \"* \" : (uncleared ? \"\" : \"! \"))%-34(account)"
|
||||||
" %12(amount)%(comment | \"\")\n%/"
|
" %12(amount)%(comment | \"\")\n%/"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue