account numbers.

This commit is contained in:
Bryce Covert
2020-05-03 08:17:22 -07:00
parent 532e35bb50
commit 31386d3153

View File

@@ -182,7 +182,8 @@
{}
(:entries args))
all-vendors (into all-vendors new-hidden-vendors)
all-accounts (transduce (map :account/code) conj #{} (a/get-accounts))
all-accounts (transduce (map (comp str :account/numeric-code)) conj #{} (a/get-accounts))
_ (println all-accounts)
transaction (doall (map
(assoc-error (fn [entry]
(let [entry (-> entry