Another buglet in the commodity handler.
This commit is contained in:
parent
510a7c4e6c
commit
c68bdde19f
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ This only has effect interfacing to calc mode in edit amount"
|
|||
(string-to-number
|
||||
(ledger-commodity-string-number-decimalize
|
||||
(delete-and-extract-region (match-beginning 0) (match-end 0)) :from-user)))
|
||||
(goto-char (point-min))
|
||||
(re-search-forward "[^[:space:]]" nil t)
|
||||
(setq comm
|
||||
(delete-and-extract-region (match-beginning 0) (match-end 0)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue