reconcile ledger had a small bug in it
This commit is contained in:
@@ -54,9 +54,7 @@
|
|||||||
:sample (take 3 repairs)
|
:sample (take 3 repairs)
|
||||||
:transaction-count (count txes-missing-ledger-entries)
|
:transaction-count (count txes-missing-ledger-entries)
|
||||||
:invoice-count (count invoices-missing-ledger-entries))
|
:invoice-count (count invoices-missing-ledger-entries))
|
||||||
@(dc/transact conn (map (fn [repair]
|
@(dc/transact conn repairs)))))
|
||||||
[:upsert-ledger repair])
|
|
||||||
repairs))))))
|
|
||||||
|
|
||||||
|
|
||||||
(defn touch-transaction [e]
|
(defn touch-transaction [e]
|
||||||
|
|||||||
Reference in New Issue
Block a user