Force reconcile to use scrubbed values incase you are reconciling an account with lot values.

This commit is contained in:
Craig Earls 2014-10-10 22:02:44 -07:00
parent 720c03b139
commit a66001382c

View file

@ -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))))))