Strip amounts displayed in the csv report
This commit is contained in:
parent
c87882076b
commit
9d9f526816
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ public:
|
||||||
"%(quoted(date)),"
|
"%(quoted(date)),"
|
||||||
"%(quoted(payee)),"
|
"%(quoted(payee)),"
|
||||||
"%(quoted(account)),"
|
"%(quoted(account)),"
|
||||||
"%(quoted(display_amount)),"
|
"%(quoted(strip(display_amount))),"
|
||||||
"%(quoted((cleared or entry.cleared) ?"
|
"%(quoted((cleared or entry.cleared) ?"
|
||||||
" \"*\" : ((pending or entry.pending) ? \"!\" : \"\"))),"
|
" \"*\" : ((pending or entry.pending) ? \"!\" : \"\"))),"
|
||||||
"%(quoted(code)),"
|
"%(quoted(code)),"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue