lots of changes to make ledger actually visible.
This commit is contained in:
@@ -99,10 +99,6 @@
|
||||
|
||||
(assoc-in [:clients (:id (:edit-client client))] (update (:edit-client client) :bank-accounts (fn [bas] (->> bas (sort-by :sort-order) vec)))))))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
(re-frame/reg-event-db
|
||||
::add-new-location
|
||||
[(forms/in-form ::new-client) (re-frame/path [:data])]
|
||||
|
||||
Reference in New Issue
Block a user