summaryrefslogtreecommitdiff
path: root/lisp/ldg-reconcile.el
diff options
context:
space:
mode:
authorCraig Earls <enderw88@gmail.com>2013-02-17 19:47:16 -0700
committerCraig Earls <enderw88@gmail.com>2013-02-17 19:47:16 -0700
commit2c69aa1ff5759a38f458dda69a7b1f6e49294cd0 (patch)
treeefe7c5e0c0ab33f96eb14b0c6a73d0944cc2e1fe /lisp/ldg-reconcile.el
parent12db87f4c0e8269dc70be1a5585c87e944adab72 (diff)
downloadfork-ledger-2c69aa1ff5759a38f458dda69a7b1f6e49294cd0.tar.gz
fork-ledger-2c69aa1ff5759a38f458dda69a7b1f6e49294cd0.tar.bz2
fork-ledger-2c69aa1ff5759a38f458dda69a7b1f6e49294cd0.zip
A better try to deal with decimal-comma from ledger
Diffstat (limited to 'lisp/ldg-reconcile.el')
-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 58cb6626..20857127 100644
--- a/lisp/ldg-reconcile.el
+++ b/lisp/ldg-reconcile.el
@@ -81,7 +81,7 @@ numbers"
"Calculate the cleared balance of the account being reconciled."
(interactive)
(let* ((pending (car (ledger-string-balance-to-commoditized-amount
- (car (ledger-reconcile-get-balances)))))
+ (car (ledger-reconcile-get-balances)))))
(target-delta (if ledger-target
(-commodity ledger-target pending)
nil)))