Force reconcile to use scrubbed values incase you are reconciling an account with lot values.
This commit is contained in:
parent
720c03b139
commit
a66001382c
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ ledger file order, use '(0)'."
|
||||||
;; specify the individual fields in the command line.
|
;; specify the individual fields in the command line.
|
||||||
(if (ledger-exec-ledger buffer (current-buffer)
|
(if (ledger-exec-ledger buffer (current-buffer)
|
||||||
"balance" "--limit" "cleared or pending" "--empty" "--collapse"
|
"balance" "--limit" "cleared or pending" "--empty" "--collapse"
|
||||||
"--format" "%(display_total)" account)
|
"--format" "%(scrub(display_total))" account)
|
||||||
(ledger-split-commodity-string
|
(ledger-split-commodity-string
|
||||||
(buffer-substring-no-properties (point-min) (point-max))))))
|
(buffer-substring-no-properties (point-min) (point-max))))))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue