several fixes.
This commit is contained in:
@@ -94,6 +94,12 @@
|
||||
[]
|
||||
clients))))
|
||||
|
||||
(re-frame/reg-sub
|
||||
::bank-accounts-by-id
|
||||
:<- [::bank-accounts]
|
||||
(fn [as]
|
||||
(by :id as)))
|
||||
|
||||
;; Bank accounts only, not including cash
|
||||
(re-frame/reg-sub
|
||||
::real-bank-accounts
|
||||
|
||||
Reference in New Issue
Block a user