Fixed register formatting of postings with payees
This commit is contained in:
parent
6f73a4db0c
commit
9205809d49
1 changed files with 2 additions and 1 deletions
|
|
@ -819,7 +819,8 @@ public:
|
|||
" 4 + meta_width + date_width + payee_width + account_width"
|
||||
" + amount_width + total_width + prepend_width, true, color))\n%/"
|
||||
"%(justify(\" \", date_width))"
|
||||
" %(justify((has_tag(\"Payee\") ? payee : \" \"), payee_width))"
|
||||
" %(justify(truncated(has_tag(\"Payee\") ? payee : \" \", "
|
||||
" payee_width), payee_width))"
|
||||
" %$3 %$4 %$5\n");
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue