unpaid and paid invoices use the same underlying page, now.
This commit is contained in:
@@ -85,6 +85,11 @@
|
||||
(map (fn [[k v]] (assoc v :id k))
|
||||
expense-accounts)))
|
||||
|
||||
(re-frame/reg-sub
|
||||
::query-params
|
||||
(fn [db]
|
||||
(:query-params db)))
|
||||
|
||||
(re-frame/reg-sub
|
||||
::chooseable-expense-accounts
|
||||
(fn [db]
|
||||
|
||||
Reference in New Issue
Block a user