supports location matches, adds invoice types
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
:where [?e :client/name]]
|
||||
(d/db (d/connect uri)))
|
||||
(map first)
|
||||
(map (fn [c]
|
||||
(update c :client/location-matches
|
||||
(fn [lms]
|
||||
|
||||
(map #(assoc % :location-match/match (first (:location-match/matches %))) lms)))))
|
||||
(map (fn [c]
|
||||
(update c :client/bank-accounts
|
||||
(fn [bas]
|
||||
|
||||
Reference in New Issue
Block a user