Bug fix
This commit is contained in:
@@ -275,7 +275,7 @@
|
|||||||
(map
|
(map
|
||||||
(fn [account]
|
(fn [account]
|
||||||
(if (types (best-category account))
|
(if (types (best-category account))
|
||||||
(update account :amount -)
|
(update account :amount #(- (or % 0.0)))
|
||||||
account))
|
account))
|
||||||
accounts))))
|
accounts))))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user