summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-03-25 14:05:29 -0400
committerCraig Earls <enderw88@gmail.com>2013-03-25 14:05:29 -0400
commit862a83e7927ed0d18e5d297801d28f82595bb2a5 (patch)
tree1c79abadb8e780a4854dbe9ff5da7965b0c45a8c /lisp
parente5525130c023862a58277c248047c3e1cc80d613 (diff)
downloadfork-ledger-862a83e7927ed0d18e5d297801d28f82595bb2a5.tar.gz
fork-ledger-862a83e7927ed0d18e5d297801d28f82595bb2a5.tar.bz2
fork-ledger-862a83e7927ed0d18e5d297801d28f82595bb2a5.zip
add --collapse to reconcile balance calculation
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ldg-reconcile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ldg-reconcile.el b/lisp/ldg-reconcile.el
index a05a61c0..5a6a117a 100644
--- a/lisp/ldg-reconcile.el
+++ b/lisp/ldg-reconcile.el
@@ -76,7 +76,7 @@ reconcile-finish will mark all pending posting cleared."
;; split arguments like the shell does, so you need to
;; specify the individual fields in the command line.
(if (ledger-exec-ledger buffer (current-buffer)
- "balance" "--limit" "cleared or pending" "--empty"
+ "balance" "--limit" "cleared or pending" "--empty" "--collapse"
"--format" "%(display_total)" account)
(ledger-split-commodity-string
(buffer-substring-no-properties (point-min) (point-max)))))))