fixing balance sheet mistake.
This commit is contained in:
@@ -808,11 +808,10 @@
|
||||
{:value "+/-"}]))))))))
|
||||
|
||||
(defn append-deltas [table]
|
||||
(println "APENDATION")
|
||||
(->> table
|
||||
(map (fn [[title a b]]
|
||||
[title a b (and (:value a) (:value b)
|
||||
(number? a) (number? b)
|
||||
(number? (:value a)) (number? (:value b))
|
||||
{:border (:border b)
|
||||
:format :dollar
|
||||
:value (- (doto (or (:value a) 0.0) println)
|
||||
|
||||
Reference in New Issue
Block a user