Improve quick display.
This commit is contained in:
parent
33c046d068
commit
3adab52660
1 changed files with 4 additions and 2 deletions
|
|
@ -65,10 +65,12 @@ And calculate the target-delta of the account being reconciled."
|
|||
(pending (ledger-reconcile-get-cleared-or-pending-balance (current-buffer) account)))
|
||||
(when pending
|
||||
(if ledger-target
|
||||
(message "Pending balance: %s, Difference from target: %s"
|
||||
(message "%s balance: %s, Difference from target: %s"
|
||||
account
|
||||
(ledger-commodity-to-string pending)
|
||||
(ledger-commodity-to-string (-commodity ledger-target pending)))
|
||||
(message "Pending balance: %s"
|
||||
(message "%s balance: %s"
|
||||
account
|
||||
(ledger-commodity-to-string pending))))))
|
||||
|
||||
(defun ledger-magic-tab (&optional interactively)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue